mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-03 21:36:36 +00:00
MarkdownExtensions #324
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 @generateui on GitHub (Sep 22, 2019).
Hi guys! I have opened up MarkdownExtensions. The idea is to develop Markdown extensions which include css, js and access to local resources (i.e. excel files, sql databases, any program really).
It's build on top of Markdig. The idea is to enhance Markdig and supplement Markdig and not to compete with Markdig. I feel some extensions are out-of-place in Markdig; in particular the diagram (nomnoml and mermaid) extensions. The problem is that these extensions require CSS and JS to function which Markdig (rightfully) does not support.
So the basic idea behind it is for simple Markdown by all means use Markdig, but if you want more complex document generation spewing out css/js and utilizing local data sources: use MarkdownExtensions.
Please let me know what you think. The state of the library is still experimental. Alexandre: I realize your fast constructs of Markdig are horribly broken with MarkdownExtensions 😁