How do I escape the markdown parser for certain pi

2019-02-16 10:50发布

I'm using textile to generate HTML for a specific page and in the copy, there is a need for (c) to be generated without the copyright symbol. Unfortunately, textile always does it.

Is there a way in textile to escape the parsing it does to change it (I know I could put spaces on either side of the "c," but that doesn't look nice)?

2条回答
贪生不怕死
2楼-- · 2019-02-16 11:23

Also using (c) will yield (c) rather than ©.

查看更多
手持菜刀,她持情操
3楼-- · 2019-02-16 11:31

Using the <notextile></notextile> tags in the markdown will cause the parser to skip whatever is between those two tags. RedCloth docs

查看更多
登录 后发表回答