如何使用Markdown语法将小写字母转换为大写字母?例如,用户在编辑器中输入"Test",我希望将其转换为"test“或"tEst",例如谢谢
发布于 2019-07-07 05:05:38
你不能。Markdown不提供大小写切换机制。
完整语法:https://daringfireball.net/projects/markdown/syntax
https://stackoverflow.com/questions/56917654
相似问题