Skip to content

Commit

Permalink
minor doc add
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Mar 11, 2020
1 parent bba2827 commit 75e7280
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/using/syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -720,12 +720,12 @@ Note that un-referenced footnote definitions will not be displayed.
```md
This is a footnote reference.[^myref]

[^myref]: This is the footnote definition.
[^myref]: This **is** the footnote definition.
```

This is a footnote reference.[^myref]

[^myref]: This is the footnote definition.
[^myref]: This **is** the footnote definition.

````{important}
Although footnote references can be used just fine within directives, e.g.[^myref],
Expand Down

0 comments on commit 75e7280

Please sign in to comment.