Make one word within sentence bigger in markdown

前端 未结 1 802
小蘑菇
小蘑菇 2021-01-11 15:24

Within markdown, is there a way of making one word within a sentence bigger than all of the rest?

Know you can change the size of a heading using #\'s but not sure i

1条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-01-11 16:03

    You can't do it strictly within markdown, but the markdown syntax does permit HTML markup, and many markdown processors honor that, at least partially. So the following would theoretically work, and might actually work depending on the processor.

    This is a paragraph with one word
    larger than the others.
    

    0 讨论(0)
提交回复
热议问题