mirror of
https://github.com/tenrok/BBob.git
synced 2026-05-30 15:24:05 +03:00
fix: bug with lost closing tag (#186)
* fix: closing tag bug * chore: add changeset thin-crabs-wonder.md * chore: remove debug code * chore: add more tests
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
---
|
||||
"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
|
||||
Reference in New Issue
Block a user