DCsunset / pandoc-include

A pandoc filter to allow file and header inclusion
MIT License
63 stars 14 forks source link

add id-prefix option #35

Open tg-x opened 1 year ago

tg-x commented 1 year ago

Add an id-prefix option for included files, that'd help to avoid conflicting heading IDs from multiple files. (see the --id-prefix command line option and the identifier-prefix in YAML)

This could be either set explicitly or optionally auto-generated based on the basename of the included path