markdown firefox plugin?
Posted by Eitan Mon, 30 Jan 2006 14:36:00 GMT
i think this would be cool:
<html xmlns="http://www.w3.org/1999/xhtml">
xmlns:md="somekindofmarkdownnamespace">
<body>
<div>
blah
</div>
<md:markdown-block>
markdown text here.
what firefox would do (assuming plugin is installed
, of course) is filter all text inside
md:markdown-block tags through a markdown
processor, producing html that would then be further
processed by the firefox rendering mechanism
to render the page.
</md:markdown-block>
</body></html>
A second point: define a .markdown mimetype that such a plugin could similarly process.