Codebase list golang-github-miekg-mmark / 057eb9e
Fix small typo in README (#117) jorin authored 6 years ago Miek Gieben committed 6 years ago
1 changed file(s) with 2 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
00 # Mmark
11
2 Mmark is a powerful markdown processor Go geared towards writing IETF documents. It is, however,
2 Mmark is a powerful markdown processor written in Go geared towards writing IETF documents. It is, however,
33 also suited for writing books and other technical documentation.
44
55 Further documentation can be [found at my site](https://miek.nl/tags/mmark/). A complete syntax
66 document [can be found here](https://github.com/miekg/mmark/wiki/Syntax).
77
8 With Mmark your can write RFCs using markdown. Mmark (written in Go) provides an advanced markdown
8 With Mmark you can write RFCs using markdown. Mmark (written in Go) provides an advanced markdown
99 dialect that processes a (single) file to produce internet-drafts in XML format. Internet-drafts
1010 written in mmark can produce xml2rfc v2, xml2rfc v3 and HTML5 output.
1111