You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Pandoc is a very large dependency since it requires building a huge tree of Haskell libraries with GHC. It would be nice to use a slimmer dependency, but Markdown is very fragmented and almost every library invents a new poorly defined variant. We are going to want some features like tables that are entirely implementation-specific. Other users of Markdown of very aware of these problems, and seem to be settling on a defacto standard implementation:
We talked about this in a meeting recently, and for now we're going to stick with sundown. Hoedown does certainly look promising, but we didn't want to jump on the bandwagon too soon. We wanted to wait for a more general movement of the markdown community to using hoedown instead of using sundown (which may have happened, I'm not following it very closely).
For the time being though, we've explicitly opted to say with sundown instead of using hoedown (although that's not set in stone).
Pandoc is a very large dependency since it requires building a huge tree of Haskell libraries with GHC. It would be nice to use a slimmer dependency, but Markdown is very fragmented and almost every library invents a new poorly defined variant. We are going to want some features like tables that are entirely implementation-specific. Other users of Markdown of very aware of these problems, and seem to be settling on a defacto standard implementation:
https://github.com/vmg/sundown/blob/master/CONTRIBUTING.md
The text was updated successfully, but these errors were encountered: