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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make it possible to escape closing braces in inline shortcodes by prefixing them with a backslash (it was already possible to escape pipes in this way).
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert the switch to ShortcodeInline/ShortcodeBlock because it's much easier if the callbacks don't have to know what sort
of node they're receiving. This release restores the previous behaviour of just providing a Shortcode object to both block and inline
nodes.