Skip to content

Commit 603c3ea

Browse files
authored
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
1 parent 867c1b0 commit 603c3ea

File tree

10 files changed

+185
-694
lines changed

10 files changed

+185
-694
lines changed

.changeset/thin-crabs-wonder.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
"fix: lost closing tag in the middle #184": patch
3+
---
4+
5+
Fixes bug where nested tag `quote` lost
6+
```
7+
[color=red]test[/color]
8+
[quote]xxxsdfasdf
9+
sdfasdfasdf
10+
11+
[url=xxx]xxx[/url]
12+
```
13+
14+
Now content not will be lost, but not closed tag will displayed as raw text

examples/vue2-example/package-lock.json

-129
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/bbob-cli/package-lock.json

+21-131
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)