2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00
Files
bbob/.changeset/slimy-colts-drive.md
T
Nikolay Kost e943184294 fix(289): contextFreeTags closing tag bug (#290)
* feat: add tests

* fix: parsing context free

* refactor: code style

* chore: add changeset

* fix: disable coveralls
2025-09-14 23:18:41 +02:00

476 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

fixes problem with context free tags

now code like [code][codeButton]text[/codeButton][/code] will be parsed correctly to <code>[codeButton]text[/codeButton]</code>