Add documentation of Zulip's markdown implementation.

This commit is contained in:
Tim Abbott
2016-03-31 21:58:14 -07:00
parent 82831231b5
commit 96eb81e5d5
3 changed files with 140 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
// This contains zulip's frontend markdown implementation; see
// docs/markdown.md for docs on our Markdown syntax.
var echo = (function () {
var exports = {};