Fix typo in MANUAL.txt
The example to create a div with id `refs` instead creates a div with class `#refs`. The fix is to add curly brackets.
This commit is contained in:
parent
5101f4324b
commit
0673da04fe
1 changed files with 1 additions and 1 deletions
|
@ -3992,7 +3992,7 @@ You can also write an in-text citation, as follows:
|
|||
If the style calls for a list of works cited, it will be placed
|
||||
in a div with id `refs`, if one exists:
|
||||
|
||||
::: #refs
|
||||
::: {#refs}
|
||||
:::
|
||||
|
||||
Otherwise, it will be placed at the end of the document.
|
||||
|
|
Loading…
Reference in a new issue