本文介绍了使用Markdown获取带下划线的文本的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用 BlueCloth 作为Ruby的Markdown库,但找不到任何语法带下划线的文字.什么事?
I am using BlueCloth as a Markdown library for Ruby, and I can't find any syntax for getting a text underlined. What is it?
推荐答案
Markdown没有用于在文本下划线的已定义语法.
Markdown doesn't have a defined syntax to underline text.
我想这是因为带下划线的文本难以阅读,并且通常用于超链接.
I guess this is because underlined text is hard to read, and that it's usually used for hyperlinks.
这篇关于使用Markdown获取带下划线的文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!