Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

would it be possible to implement (a subset of) pandoc markdown extensions? #32

Closed
jubalfh opened this issue Oct 17, 2012 · 1 comment
Closed

Comments

@jubalfh
Copy link

jubalfh commented Oct 17, 2012

The extension works great and is really, really useful; I'm wondering though, if you'd be willing to implement (a subset of) pandoc extensions?

I'm specifically interested in extensions for lists, tables and footnotes. (Unfortunately, javascript is definitely not my forte.)

@adam-p
Copy link
Owner

adam-p commented Oct 29, 2012

I would like this as well, but...

I rely on the Marked parser library, so Markdown Here will support extra features when Marked does. You can see that there are Marked issues asking for extended features as well:

https://github.com/chjj/marked/issues/search?q=table
https://github.com/chjj/marked/issues/search?q=multimarkdown

In theory I could switch to a different Markdown renderer, but I don't know of a better Javascript library (and certainly not one that supports Github-flavoured MD and extended features). If you know of any, please let me know.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants