Markdown `native` text alignment

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

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

11条回答
  •  一个人的身影
    2020-11-28 05:09

    For python markdown with attr_list extension the syntax is a little different:

    {: #someid .someclass somekey='some value' }
    

    Example:

    [Click here](http://exmaple.com){: .btn .btn-primary }
    
    Lead information paragraph
    {: .lead }
    

提交回复
热议问题