Does markdown support native text-alignment without usage html + css?
markdown
html
css
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 }