Provides syntax for Python-Markdown which allows for the inclusion of the contents of other Markdown documents.
GNU General Public License v3.0
104
stars
41
forks
source link
inheritHeadingDepth should refer to the original including file's depth #28
Open
sepulzera opened 3 years ago
With inheritHeadingDepth being true.
Let a top-level file be:
And let each task/Subection_X.md be:
Then, I would expect the result to be:
But, the actual result is:
With the current implementation of inheritHeadingDepth, it is impossible to include several sections on the same level.
Current workaround probably is to move the heading from the sections into the parent file.