mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-04 05:44:50 +00:00
Markdown outline to html question #538
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pickzhu on GitHub (Jun 1, 2022).
Is it now supported to bring an outline when converting from Markdown to html?
@xoofx commented on GitHub (Jun 1, 2022):
I don't understand what is an "outline" in your question regarding Markdown. Could you give an example?
@pickzhu commented on GitHub (Jun 2, 2022):
That is, can the directory of the md file be generated?
@xoofx commented on GitHub (Jun 2, 2022):
Sorry, I still don't understand your question. Markdig is a library to transform a Markdown string into a HTML string. It doesn't have any knowledge about file/folder structure (It is application specific and should be handled in your lib/app).