erusev / parsedown

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

add class option #731

Closed Linnzh closed 4 years ago

Linnzh commented 4 years ago

I added explicit class name addition options in some places.

Linnzh commented 4 years ago

Is this library not allowed to add class names to HTML? In other words, can't modify the original label?

Linnzh commented 4 years ago

Why not explicitly provide an opportunity to add a class name? Do you want to put the generated HTML inside a

tag with a controllable class name?