2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-17 19:21:20 +03:00
Files
bbob/.changeset/slimy-colts-drive.md
T
2025-10-14 11:19:19 +02:00

530 B

@bbob/plugin-helper, @bbob/preset-html5, @bbob/preset-react, @bbob/preset-vue, @bbob/parser, @bbob/preset, @bbob/react, @bbob/types, @bbob/core, @bbob/html, @bbob/vue2, @bbob/vue3, @bbob/cli
@bbob/plugin-helper @bbob/preset-html5 @bbob/preset-react @bbob/preset-vue @bbob/parser @bbob/preset @bbob/react @bbob/types @bbob/core @bbob/html @bbob/vue2 @bbob/vue3 @bbob/cli
patch patch patch patch patch patch patch patch patch patch patch patch patch

Now @bbob/parser in context free tags mode correctly parses

code like

[code][codeButton]text[/codeButton][/code]

will be parsed correctly to

<code>[codeButton]text[/codeButton]</code>

Fixes #289