2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-06-17 19:21:20 +03:00
Files
bbob/.changeset/silly-frogs-live.md
T
Nikolay Kost 0c78831372 feat(preset-html5): color tag #189, case insensitive tags #190 (#191)
* fix(preset-html5): add color tag #189

* fix(parser): case insensitive tags bug #190
2023-09-28 04:02:52 +03:00

491 B

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

Now HTML5 Preset supports color tag

[color="red"]Red Text[/color]

Also fixes bug with case insensitive tags in onlyAllowTags Now you can pas h1 and H1 and they will be treated as same tags