-
Notifications
You must be signed in to change notification settings - Fork 46
Closed
Description
Currently SourceJS supports Markdown only in special sections, like
<markdown>
# Hello
World
</markdown>
But to follow other tools and creating more pleasant experience for Markdown fans, we need to add full support of index.md, instead of index.src.
The task is to compile Markdown file to SourceJS compliant Spec, which is not so hard. Possible realization:
Add checking for index.md on request -> compile MD to HTML with existing libs -> enhance HTML with SourceJS specific markup.