Skip to content

Commit e406cf3

Browse files
committed
add Madoko
1 parent 367204f commit e406cf3

File tree

2 files changed

+26
-4
lines changed

2 files changed

+26
-4
lines changed

markdown-dialects.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,15 @@ Markdown (orginal):
3535
- horizontal rule
3636
implementations: Perl
3737

38+
Madoko:
39+
type: "all-purpose document authoring (articles, books, manuals, webpages and presentations)"
40+
description: "Madoko is a fast javascript Markdown processor written in Koka. It has great support to create beautiful scholarly and industrial documents in both HTML and PDF."
41+
website: http://madoko.codeplex.com/
42+
spec: http://research.microsoft.com/en-us/um/people/daan/madoko/doc/reference.html
43+
supported nodes:
44+
- *plain-markdown # plus some _may_ more…
45+
implementations: Koka
46+
3847
GitHub Flavored Markdown (GFM):
3948
type: extension
4049
website: https://help.github.com/articles/github-flavored-markdown
@@ -56,7 +65,7 @@ Pandoc Markdown:
5665
MultiMarkdown:
5766
type: all-purpose document authoring
5867
website: http://fletcherpenney.net/multimarkdown/
59-
specs: http://fletcher.github.io/peg-multimarkdown/mmd-manual.pdf
68+
spec: http://fletcher.github.io/peg-multimarkdown/mmd-manual.pdf
6069
cheat sheet: https://rawgithub.com/fletcher/human-markdown-reference/master/index.html
6170
supported nodes:
6271
- *plain-markdown
@@ -110,7 +119,7 @@ Strictdown:
110119
implementations: Javascript
111120
website: http://jakwings.github.io/strictdown/Syntax.html
112121
supported nodes:
113-
- *plain-markdown (with a few differences)
122+
- *plain-markdown # (with a few differences)
114123
- table of contents
115124
- simple code blocks
116125
- fenced code blocks

markdown-implementations.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Markdown Resources: Implementations
22
# ===================================
3-
# Copyright 2013–14 © Dr Wouter Soudan @ Rhythmus.be
3+
# Copyright 2013–2016 © Dr Wouter Soudan @ Rhythmus.be
44
# Licensed under a Creative Commons Attribution 3.0 License.
55
#
66
# Document address: https://github.com/rhythmus/markdown-resources/markdown-implementations.yml
7-
# Last revision: 2014-05-15 12:50 GMT+1
7+
# Last revision: 2016-01-13 17:45 GMT+1
88
#
99
# The following list is far from exhaustive: it’s a (personal,
1010
# and hence, subjective) curated selection of the “best”
@@ -231,4 +231,17 @@ Strictdown:
231231
language: Javascript
232232
license: MIT
233233

234+
Madoko:
235+
description: "Madoko is a fast javascript Markdown processor written in Koka It has great support to create beautiful scholarly and industrial documents in both HTML and PDF."
236+
supported dialects:
237+
- Madoko
238+
developers:
239+
- name: Daan Leijen
240+
CodePlex: http://www.codeplex.com/site/users/view/daan
241+
e-Mail: daan@microsoft.com
242+
repo: http://madoko.codeplex.com/
243+
website: https://www.madoko.net/
244+
language: Javascript Koka
245+
license: Apache License 2.0
246+
234247
...

0 commit comments

Comments
 (0)