aboutsummaryrefslogtreecommitdiffstats
path: root/book.json
diff options
context:
space:
mode:
Diffstat (limited to 'book.json')
-rw-r--r--book.json8
1 files changed, 4 insertions, 4 deletions
diff --git a/book.json b/book.json
index 24d4c22..4d15e08 100644
--- a/book.json
+++ b/book.json
@@ -5,8 +5,8 @@
"keywords": "AGL, XDS, cross, Development, Iotbzh",
"author": "Sebastien Douheret",
"website": "http://iot.bzh",
- "published": "October 2017",
- "version": "0.2",
+ "published": "November 2017",
+ "version": "1.0.0-rc1",
"gitbook": "3.2.2",
"root": "docs",
@@ -93,9 +93,9 @@
}
},
{
- "pattern": "<img ([^>]*)> {0,}{style {1,}([^}]*)}",
+ "pattern": "<img ([^>]*)> {0,}{:: {0,}style=([^}]*)}",
"flags": "g",
- "substitute": "<img $1 style=\"$2\">",
+ "substitute": "<img $1 style=$2>",
"decode": true
}
]