I'm using Maruku, to convert from Markdown (superset) to HTML, do you know how can I do to convert from HTML to Markdown?
+1
A:
Google found a ruby script called reverse-markdown. It seems to do what you are looking for.
mtyaka
2009-11-17 20:55:48
I was looking for a native ruby solution to the problem, thanks a lot anyway
ClaudioA
2009-11-17 21:03:22
What do you mean by "native ruby"? As far as I can tell the above script is 100% ruby.
mtyaka
2009-11-17 21:43:08