neocotic / europa

Library for converting HTML into valid Markdown
MIT License
158 stars 24 forks source link

Github flavored Markdown as an option? #49

Open codeablehq opened 9 years ago

codeablehq commented 9 years ago

Is there any chance of getting this implemented?

neocotic commented 9 years ago

I would love to see this but finding the time to do it is the problem for me. The key thing for me is that GFM support is opt-in via an option. I'm open to pull requests which could either contain a complete or partial solution (e.g. not all GFM features).

neocotic commented 7 years ago

I just wanted to provide a long due update on this.

The work is currently on hold while I'm working on a whole new approach to this library, which I'm rewriting from scratch. The new library will be more open (MIT licensed) and much more modular so that presets like GFM can be added only when needed and avoids bloating the library while also allowing others to add their own plugins/presets for other tags or to replace builtin tag support.

cjmalloy commented 5 months ago

Is there any work already underway on tables?