Skip to content

Commit f0486d9

Browse files
authored
Update README.md
1 parent 4378a5c commit f0486d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,15 @@ You can pass additional arguments to pandoc through `_config.yml`. The default c
4747

4848
```yml
4949
pandoc:
50+
extensions:
5051
filters:
5152
extra:
5253
template:
5354
meta:
5455
mathEngine:
5556
```
5657
58+
* `extensions` is a list of [markdown extensions](https://pandoc.org/MANUAL.html#extensions)
5759
* `filters` is a list of any pandoc filter installed on your path.
5860
* `extra` is a list of mappings:
5961

0 commit comments

Comments
 (0)