Get underlined text with Markdown

前端 未结 7 1209
名媛妹妹
名媛妹妹 2021-01-30 02:35

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?

7条回答
  •  不要未来只要你来
    2021-01-30 03:26

    In Jupyter Notebooks you can use Markdown in the following way for underlined text. This is similar to HTML5: ( and ).

    Underlined Words Here

提交回复
热议问题