erusev / parsedown

Better Markdown Parser in PHP
https://parsedown.org
MIT License
14.68k stars 1.12k forks source link

How to add class to list items? #846

Open hamedgasemi200 opened 1 year ago

hamedgasemi200 commented 1 year ago

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>