aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2018-02-14 12:30:37 +0000
committerYann Herklotz <ymherklotz@gmail.com>2018-02-14 12:30:37 +0000
commit23f77f3dfec4f3c94d72cc378a4b9e54c9e35485 (patch)
tree7f168c53cf39b8f900c9b0ab563e628b4c209a55 /README.md
parentf19c6d0917a5f3f6a03866c1fa1a596e9432da47 (diff)
downloadFMark-23f77f3dfec4f3c94d72cc378a4b9e54c9e35485.tar.gz
FMark-23f77f3dfec4f3c94d72cc378a4b9e54c9e35485.zip
[Doc] Adding markdown specification
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
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/).