Comment on Markdown.css – make HTML look like plain-textparentComments−jeswin13yNice! I am working on an editor (based on content-editable) which translates to markdown. If your script handles invalid html I might as well use yours.−leeoniya13yit relies on the client's html > DOM conversion, so in a sense it does. but it does not have a self-contained html parser.
Comments
Nice! I am working on an editor (based on content-editable) which translates to markdown. If your script handles invalid html I might as well use yours.
it relies on the client's html > DOM conversion, so in a sense it does. but it does not have a self-contained html parser.