mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
docs/fix-links: pandoc markdown
-> gfm
We are essentially writing GFM e.g. inline HTML comments and GFM alerts. So tell pandoc to parse/render as such. This resolves issues such as: `> [!TIP]` being escaped to `> \[!TIP\]`.
This commit is contained in:
parent
4b0de83c39
commit
977b7a9fa3
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ runCommand (src.name or (builtins.baseNameOf src))
|
||||||
|
|
||||||
pandoc \
|
pandoc \
|
||||||
--output $out \
|
--output $out \
|
||||||
--from markdown \
|
--from gfm \
|
||||||
--to markdown-raw_attribute \
|
--to gfm \
|
||||||
--lua-filter filter.lua \
|
--lua-filter filter.lua \
|
||||||
$src
|
$src
|
||||||
''
|
''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue