mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
e943184294
* feat: add tests * fix: parsing context free * refactor: code style * chore: add changeset * fix: disable coveralls
476 B
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>