This is a proof-of-concept application that turns a markdown-based template text with embedded javascript expressions into a HTML document.
Currently, no releases are available. You will have to clone or download the source code, build it and execute the binary.
Input a markdown text into the left-hand textfield and it will be converted and previewed in the right-hand web browser.
You can embed a javascript expression into the Markdown text by wrapping it in double curly-braces, for example a footer with an automatically updating year for the copyright notice:
© {{new Date().getFullYear()}} cronoxyd