deep-marked
Client for kroked : Markdown with macros.
Clients
Clients will load markdown documents (kroked flavoured), compile them and keep them in cache (deep media cache) for further usage.
Two implementations are there for the moment : jquery/ajax or nodejs/fs. Under nodejs, there is some file watching that update cache if file change.
Browser (jq-ajax) example :
; // load deep.marked : contains language definitiondeepmarked;//...;// will output the result
Nodejs (fs) example :
; // load deep.marked : contains language definitiondeepmarked;//...;// will output the result
Licence
LGPL 3.0