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 dee1ed5..24d4c22 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": "September 2017",
- "version": "0.1",
+ "published": "October 2017",
+ "version": "0.2",
"gitbook": "3.2.2",
"root": "docs",
@@ -93,9 +93,9 @@
}
},
{
- "pattern": "<img ([^>]*)> {0,}{:: {0,}style=([^}]*)}",
+ "pattern": "<img ([^>]*)> {0,}{style {1,}([^}]*)}",
"flags": "g",
- "substitute": "<img $1 style=$2>",
+ "substitute": "<img $1 style=\"$2\">",
"decode": true
}
]