erusev / parsedown

Better Markdown Parser in PHP

Home Page:https://parsedown.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to add class to list items?

hamedgasemi200 opened this issue · comments

commented

I'd like to add a class to my li items; what is the solution?

Example:

<ul>
   <li class='ltr'>Item 1</li>
   <li class='ltr'>Item 2</li>
</ul>