From 23f77f3dfec4f3c94d72cc378a4b9e54c9e35485 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Wed, 14 Feb 2018 12:30:37 +0000 Subject: [Doc] Adding markdown specification --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 7a3a0d8..edbe16f 100644 --- a/README.md +++ b/README.md @@ -103,3 +103,10 @@ val printHtml = ParsedObj list -> string val printToFile = string -> () ``` + +## Specification + +A reference specification for the simple markdown that we are going to follow can be found +at [CommonMark](http://spec.commonmark.org/0.27/). + +A reference implementation of the simple markdown can be found [here](http://spec.commonmark.org/dingus/). -- cgit