From: smcv Date: Wed, 12 Aug 2015 15:51:38 +0000 (-0400) Subject: Added a comment: Markdown is weird like that X-Git-Tag: 3.20160121~101 X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/4cdf30f8664c56f37ecf94d164975ab1fc10ba9e Added a comment: Markdown is weird like that --- diff --git a/doc/forum/__34__S.__34___gets_replace_by___34__a.__34___in_my_ikiwiki/comment_2_73c0052ee7852b2bdc9e92ba6136f20e._comment b/doc/forum/__34__S.__34___gets_replace_by___34__a.__34___in_my_ikiwiki/comment_2_73c0052ee7852b2bdc9e92ba6136f20e._comment new file mode 100644 index 000000000..23a4f975f --- /dev/null +++ b/doc/forum/__34__S.__34___gets_replace_by___34__a.__34___in_my_ikiwiki/comment_2_73c0052ee7852b2bdc9e92ba6136f20e._comment @@ -0,0 +1,37 @@ +[[!comment format=mdwn + username="smcv" + subject="Markdown is weird like that" + date="2015-08-12T15:51:38Z" + content=""" +Is it right at the beginning of a line, such that Markdown interprets it as a numbered list item for an HTML `
    `? + +~~~ +a. One +b. Two +c. Three + +a. One +a. Two +a. Three + +S. One +X. Two +Z. Three +~~~ + +are all interpreted as + +a. One +b. Two +c. Three + +If this is what's going on, you can use: + +`p\. 49` + +to get: + +p\. 49 + +or adjust your spacing so it isn't the first thing on a line. +"""]]