mechkit / markdown_loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown Loader

Converts markdown into specDOM.

Javascript

Anything inside "${" and "}" will be evaluated as javascript. (see Template literals)

Anything inside "<<" and ">>" will be added as parameters of the element.

Example:

# Title <<class="title">>

<h1 class="title"></h1>

About


Languages

Language:JavaScript 100.0%