You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's related, as we don't check for any allowed characters after the tag-name.
Right now, the class replacement does work via a simple str_replace. It will be solved, by using a stable regex expression, as this is needed to resolve #10 as well.
the
pre-tag
will be torn apart like this, when adding custom classes topre
andp
:How it should look like:
Markdown config:
'styles' => [ 'default' => [ 'pre' => 'border overflow-auto p-3', 'p' => 'mb-4', ], ],
The text was updated successfully, but these errors were encountered: