CDSoft / pp

PP - Generic preprocessor (with pandoc in mind) - macros, literate programming, diagrams, scripts...

Home Page:http://cdelord.fr/pp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown header shifting on file inclusion

lmunch opened this issue · comments

A header shifting feature like MarkdownPP has could be really useful. See https://github.com/jreese/markdown-pp#includes for an example

There is no plan to add a markdown parser to pp. May I suggest to have a look at https://github.com/CDSoft/abp ?
With abp, you can write things like:

:::{include="file.md" shift=2}
:::

That is perfect. Do not know how I missed abp. Thanks