someone@email.com
by casualwriter
Just a single html file index.html to load markdown file into web page by the syntax of index.html?file={markdown-file.md}
It is very handy to build simple web-site from markdown files, for example,
that's it!
index.md
as home page.-----------------------------------------------------------------------------
github : https://github.com/casualwriter/casual-markdown
title : Casual-Markdown
style : #header { background: RoyalBlue } // additional style, optional
menu :
Home : index.md
Supported Syntax: md-syntax.md
md-as-Doc : md-as-doc.md
md-as-Page : md-as-page.md
md-as-Blog : md-as-blog.md
[DarkMode] : javascript:darkmode()
-----------------------------------------------------------------------------
## {{ title }}
[casual-markdown]({{github}}) is a super lightweight RegExp-based markdown parser,
with TOC and scrollspy support