Skip to content

Commit

Permalink
adding a note about footnotes
Browse files Browse the repository at this point in the history
  • Loading branch information
tlienart committed Sep 6, 2022
1 parent e55e1be commit 018ee90
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/syntax/markdown.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ This has a footnote[^1]
[^1]: footnote definition
```

**Note**: footnotes are expected to be on a single line, this is due to a limitation of the parser.

For images, just add an exclamation mark `!`:

```markdown
Expand Down Expand Up @@ -475,4 +477,4 @@ The standard way of creating tables in Markdown, namely using:
| LaTeX | KaTeX | MikTeX |
```

can also be used. It is also possible to use HTML to create a table with the HTML fenced between `~~~`.
can also be used. It is also possible to use HTML to create a table with the HTML fenced between `~~~`.

0 comments on commit 018ee90

Please sign in to comment.