tristanjuricek / knockoff

A Markdown parser + object model in scala
http://tristanjuricek.github.com/knockoff
BSD 3-Clause "New" or "Revised" License
102 stars 17 forks source link

HTML -> Markdown conversion #18

Closed tristanjuricek closed 12 years ago

tristanjuricek commented 14 years ago

Another very handy tool would be to go 'backwards' from HTML to a "best" guess markdown document. This would allow my literate programming system to edit the HTML documents on the fly.

I consider it to be a pretty low priority, since this only really enables the use of fancy HTML editors to do writing, which the source markdown pretty much excels at. We'll see. (If it's easy, maybe, otherwise, no way.)

tristanjuricek commented 12 years ago

I don't think I'll do this as part of the core project. It might be an extension if I ever need to use it.