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 dd358b8 commit 0f1d7ebCopy full SHA for 0f1d7eb
CHANGES.md
@@ -2,6 +2,9 @@
2
All notable changes to this project will be documented in this file.
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## 2.6.3
6
+- Fix parsing bug with inline HTML in Markdown
7
+
8
## 2.6.2
9
- Fix `gitbook.state.bookRoot`, `gitbook.state.root` now has a trailing slash
10
- Update nunjucks to 2.2.0
package.json
@@ -1,6 +1,6 @@
1
{
"name": "gitbook",
- "version": "2.6.2",
+ "version": "2.6.3",
"homepage": "https://www.gitbook.com",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",
0 commit comments