mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-20 16:15:43 +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 \
|
||||
--output $out \
|
||||
--from markdown \
|
||||
--to markdown-raw_attribute \
|
||||
--from gfm \
|
||||
--to gfm \
|
||||
--lua-filter filter.lua \
|
||||
$src
|
||||
''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue