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
* Update prosemirror-to-html package. Closes#2517
* Update html-to-prosemirror package
* Replace the now-default image node with our own custom one.
* Tidying, now that the methods are chainable
Bug Description
If you use the "strike" button in a Bard, the tag
<s>
was not rendered on the template.HTML source in the Bard:
Template render:
Template code
To fix this I have added
Augmentor::addMark(Strike::class)
in the boot method of AppServiceProvider but i think it should be provided as default.Statamic version: 3.0.12
The text was updated successfully, but these errors were encountered: