Skip to content

Proof of concept for markdown-based templates with javascript expressions.

Notifications You must be signed in to change notification settings

cronoxyd/MarkdownTemplating

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Proof of concept for markdown-based templates with javascript expressions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages