mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-15 11:59:37 +03:00
603c3ead0f
* fix: closing tag bug * chore: add changeset thin-crabs-wonder.md * chore: remove debug code * chore: add more tests
15 lines
258 B
Markdown
15 lines
258 B
Markdown
---
|
|
"fix: lost closing tag in the middle #184": 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
|