简体   繁体   English

如何在Atlassian Stash Markdown中转义字符

[英]How to escape characters in Atlassian Stash markdown

I am using git stash. 我正在使用git stash。

How can I escape the single and double quote characters in Stash ? 如何在Stash中转义单引号和双引号字符?

I have a readme.md file which has text like git commit -m "comment" 我有一个readme.md文件,其文本类似于git commit -m "comment"

but it shows up as git commit m comment 但它显示为git commit m comment

I have tried using the \\ to escape these characters but that results in 我尝试使用\\来转义这些字符,但结果是

git commit \�m \�comment�

Please help. 请帮忙。

found the solution. 找到了解决方案。 i had to replace the special characters with their corresponding entity number as per 我必须按照自己的实体编号替换特殊字符

http://www.freeformatter.com/html-entities.html http://www.freeformatter.com/html-entities.html

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM