Sentence.
Last active
February 9, 2021 10:15
-
-
Save cderv/589912cb000347cf6d22e91adfa852bc to your computer and use it in GitHub Desktop.
TOC in GFM output by Pandoc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
all: test-gfm2.md test-gfm.md | |
test-gfm2.md: test.md | |
pandoc -f markdown+gfm_auto_identifiers -t gfm -s --table-of-contents -o $@ $< | |
test-gfm.md: test.md | |
pandoc -f markdown -t gfm -s --table-of-contents -o $@ $< |
Sentence.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment