Skip to content

Instantly share code, notes, and snippets.

@cderv
Last active February 9, 2021 10:15
Show Gist options
  • Save cderv/589912cb000347cf6d22e91adfa852bc to your computer and use it in GitHub Desktop.
Save cderv/589912cb000347cf6d22e91adfa852bc to your computer and use it in GitHub Desktop.
TOC in GFM output by Pandoc
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 $@ $<

1 Section

Sentence.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment