mirror of
https://github.com/tenrok/BBob.git
synced 2026-06-20 20:00:33 +03:00
16 lines
250 B
Markdown
16 lines
250 B
Markdown
---
|
|
"@bbob/parser": patch
|
|
"@bbob/vue3": patch
|
|
---
|
|
|
|
Fixes bug where nested tag `quote` lost
|
|
```
|
|
[color=red]test[/color]
|
|
[quote]xxxsdfasdf
|
|
sdfasdfasdf
|
|
|
|
[url=xxx]xxx[/url]
|
|
```
|
|
|
|
Now content not will be lost, but not closed tag will displayed as raw text
|