diff options
author | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-20 17:58:08 +0200 |
---|---|---|
committer | Sebastien Douheret <sebastien.douheret@iot.bzh> | 2017-09-20 17:58:08 +0200 |
commit | 4296527c4e54ff638e92e368c5309a327892beee (patch) | |
tree | 8c5e764e3cc508cf6bd92596e3b90e53cdcb0e1a /book.json | |
parent | 7979910e345d199460ff189fdd2dc91c32d6ed35 (diff) |
Change image styling to be compatible with kramdown.
Diffstat (limited to 'book.json')
-rw-r--r-- | book.json | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -83,9 +83,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 } ] |