Converts markdown into specDOM.
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>