Skip to content

Commit

Permalink
Fix legacy option for citation (#9114)
Browse files Browse the repository at this point in the history
Closes #8737.
  • Loading branch information
3w36zj6 authored Oct 1, 2023
1 parent 67ea7cd commit 33cdce8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions MANUAL.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1755,8 +1755,8 @@ those in another file included with a `defaults:` entry.
| ``` | ``` |
+----------------------------------+-----------------------------------+
| ``` | ``` yaml |
| --filter pandoc-citeproc \ | filters: |
| --lua-filter count-words.lua \ | - pandoc-citeproc |
| --citeproc \ | filters: |
| --lua-filter count-words.lua \ | - citeproc |
| --filter special.lua | - count-words.lua |
| | - type: json |
| | path: special.lua |
Expand Down Expand Up @@ -2076,7 +2076,7 @@ you should also set 'citeproc: true'.

If you need control over when the citeproc processing is done relative
to other filters, you should instead use `citeproc` in the list
of `filters` (see above).
of `filters` (see [Reader options](#reader-options-1)).

## Math rendering in HTML

Expand Down

0 comments on commit 33cdce8

Please sign in to comment.