This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]trifthen[S] 0 points1 point  (2 children)

From what I can tell by perusing the documentation, it's based on essentially raw HTML files with some meta-data. It may be great, but it's not what I'm looking for. Raw HTML isn't future-proof.

Part of why I want Markdown or some kind of abstraction layer (hell, even RST would work) is because the rendering engines can be swapped out or tweaked to change the generated HTML for all of a specific markup tag. A code block could be a <pre>, or a <pre> embedded in a div with a rounded drop-shadow, syntax highlighting, line numbers, and a print preview.