mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
Command line version #56
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 @mike-ward on GitHub (Sep 3, 2016).
Is there a command line version? If not would you accept a pull request for one?
@xoofx commented on GitHub (Sep 3, 2016):
Out of curiosity, what is your usecase?
@Sergey-Terekhin commented on GitHub (Sep 22, 2016):
Hi!
For example, batch convert md files to html for user guides
For now we need to write such utility by self, but if it is provided by parser's author, it will be better I think
@xoofx commented on GitHub (Sep 22, 2016):
Such tools are part of compositing engines (using a templating system), as you need to layout the files, i.e. embrace the generated markdown with proper html pre and post prologue + generate navigation/index + you need to have the proper CSS/JS files/libraries around to make sure that the rendering will be pleasant and functional.
So it is a bit out of the scope of a Markdown library. This is more related to a documentation/static website generators. I'm working on such a generator called lunet but it is not yet finished/ready. There are also other established options like Wyam that are using markdig to layout files.
Closing this issue for now, as I don't expect to add such a feature to the core library.