Markdown `native` text alignment

后端 未结 11 1271
有刺的猬
有刺的猬 2020-11-28 04:36

Does markdown support native text-alignment without usage html + css?

11条回答
  •  感情败类
    2020-11-28 05:15

    It's hacky but if you're using GFM or some other MD syntax which supports building tables with pipes you can use the column alignment features:

    || 
    |:--:| 
    | I'm centered! | 
    

    This works in marked.

提交回复
热议问题