slamdata / purescript-markdown

A Purescript library for parsing SlamData's dialect of Markdown.
Other
36 stars 24 forks source link

string renderer #2

Closed jdegoes closed 9 years ago

jdegoes commented 10 years ago

The string renderer should take a SlamDown value and render it as a String in the most idiomatic and clean fashion possible.

jdegoes commented 9 years ago

To clarify, this is a rendering in Markdown, represented by a String, but a rendering in HTML.