Previous: , Up: Readers   [Contents][Index]


5.3.4 CommonMark

(use-modules (haunt reader commonmark))
Procedure: commonmark-reader

A reader for posts written in CommonMark, a fully specified variant of Markdown. Metadata is encoded as key: value pairs, one per line, at the beginning of the file. A line with the --- sentinel marks the end of the metadata section and the rest of the file is encoded as HTML.

Example:

title: Hello, CommonMark!
date: 2016-08-20 12:00
tags: markdown, commonmark
---

## This is a CommonMark post

CommonMark is a **strongly** defined, *highly* compatible
specification of Markdown, learn more about CommomMark
[here](http://commonmark.org/).