We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d61802b commit 65ba4d5Copy full SHA for 65ba4d5
README.md
@@ -134,6 +134,7 @@ npm test
134
* 2.9.5 featuring collapsible lists
135
* 2.9.6 update readme
136
* 2.9.7 fix bugs
137
+ * 2.9.8 fix the bug of stripping list leader when removing markdown of titles
138
139
### :fuelpump: How to contribute
140
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "gitbook-plugin-page-treeview",
3
- "version": "2.9.7",
+ "version": "2.9.8",
4
"description": "a gitbook plugin for generating a treeview of each page",
5
"engines": {
6
"gitbook": ">=3.0.0-pre.0"
0 commit comments