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 c575ad8 commit 9ce9388Copy full SHA for 9ce9388
CHANGES.md
@@ -2,6 +2,10 @@
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
+## 3.2.0 (pre)
6
+- Switch markdown parser from `kramed` to `markup-it`
7
+- Fix support of `|` in tables
8
+
9
## 3.1.1
10
- Fix order of plugins during loading
11
- Fix error when using math and conrefs
package.json
@@ -1,6 +1,6 @@
1
{
"name": "gitbook",
- "version": "3.1.1",
+ "version": "3.2.0-pre.0",
"homepage": "https://www.gitbook.com",
"description": "Library and cmd utility to generate GitBooks",
"main": "lib/index.js",
0 commit comments