UNPKG

md-toy-blog

Version:

Very simple Markdown blog: serves your md as html without fancy databases. You will only spend time writing the actual data.

21 lines (16 loc) 222 B
--- title: Other Lang privacy: public --- Some un-langed code: ```html <h1>This is a title tag code</h1> ``` ```js this.isFlavorLessCode = true; ``` ```css .className { border-top: 1px solid grey !important; } ```