Skip to content

Commit

Permalink
Merge pull request #1253 from FlowFuse/ZJvandeWeg-patch-1
Browse files Browse the repository at this point in the history
markdown: Add an image example to the guide
  • Loading branch information
knolleary authored Oct 18, 2023
2 parents 3279581 + 7ba7431 commit f3289d7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/handbook/development/markdown-how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,15 @@ from the previous paragraph.
[this will be a link](http://localhost:8080/blog/2023/02/flowforge-1-4-0-released/)
```

## Images

A picture speaks a thousand words, to include an image in your content it's like a link
but with an `!` in front of it.

```md
![Image Name](image.jpg "alt text when you hover the image")
```

## Quoting

> this will quote some text
Expand Down

0 comments on commit f3289d7

Please sign in to comment.