MaDoWS - MarkDown, Simple
What is MaDoWS?
MaDoWS is...
but most important, MADOWS is plain and simple ;-) Pages are served from markdown files in a local file system and may have special frontmatter for controlling author, access, layout etc.
Implemented Markdown Extensions
All extension defined by MADOWS are human readable, useable even without MADOWS and do not inhibit rendering in other CommonMark software.
Include one page in another
2nd Page
This is a second page for the include demo ;-)
Executed code block
Executed code blocks are only enabled on pages by trusted users, otherwise they behave like regular code blocks.
let a = 1;
let b = 2;
document.write(a+b);TODOs
- Not done
- Done