From 23af95b611cac0d85ba5431a09cab23e1ac81ac0 Mon Sep 17 00:00:00 2001 From: rolux Date: Sat, 2 Jun 2012 11:19:54 +0200 Subject: [PATCH] correct documentation --- source/Ox/js/HTML.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/Ox/js/HTML.js b/source/Ox/js/HTML.js index caf4e886..455f1a9a 100644 --- a/source/Ox/js/HTML.js +++ b/source/Ox/js/HTML.js @@ -353,7 +353,7 @@ \*foo\* -> foo \*\*foo\*\* -> foo \`foo\` -> foo - \`\`\`code\`\`\` ->
foo
+ \`\`\`foo\`\`\` ->
foo
[example](http://example.com "example.com") -> example > Ox.parseMarkdown('*foo* **bar** `baz` ``back`tick``') 'foo bar baz back`tick'