diff options
author | Mauro Bieg <mb21@users.noreply.github.com> | 2018-12-27 18:15:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-27 18:15:04 +0100 |
commit | 053c683d35a985844c81ff2683cd1e3b4cffcc15 (patch) | |
tree | 5afb8fce56295dd67f2e401850444cf6e10a92d4 | |
parent | 5101f4324b08d6b7589a3a6a60eb4dc9b148e879 (diff) | |
parent | 0673da04feb3e54a2a005a3d99e881e59c372cdb (diff) | |
download | pandoc-053c683d35a985844c81ff2683cd1e3b4cffcc15.tar.gz |
Merge pull request #5185 from gely/master
Fix typo in MANUAL.txt
-rw-r--r-- | MANUAL.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MANUAL.txt b/MANUAL.txt index e027797a8..a81720eb5 100644 --- a/MANUAL.txt +++ b/MANUAL.txt @@ -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. |