Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 803 Bytes

File metadata and controls

18 lines (13 loc) · 803 Bytes

MarkdownTemplating

This is a proof-of-concept application that turns a markdown-based template text with embedded javascript expressions into a HTML document.

Installation

Currently, no releases are available. You will have to clone or download the source code, build it and execute the binary.

Usage

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

References / credits