summaryrefslogtreecommitdiffstats
path: root/book.json
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2018-01-18 11:13:22 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2018-01-18 11:13:22 +0100
commit5a700f84793f824ff98323e6c3381ce83379bdc1 (patch)
treee5b6102ee15d60caec46443360188dc435af9988 /book.json
parent92f9fb1ebda0eb607c5ae5189034b4503e81666e (diff)
Used section-note / warning keywords to fix rendering on AGL site
Change-Id: I132973ba626d596997efaeeeb264e1586c1d6437 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
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 bca8e4b..3b13733 100644
--- a/book.json
+++ b/book.json
@@ -52,22 +52,22 @@
"substitute": "</div>"
},
{
- "pattern": "<!-- note -->",
+ "pattern": "<!-- section-note -->",
"flags": "g",
"substitute": "<div class=\"note\">"
},
{
- "pattern": "<!-- endnote -->",
+ "pattern": "<!-- end-section-note -->",
"flags": "g",
"substitute": "</div>"
},
{
- "pattern": "<!-- warning -->",
+ "pattern": "<!-- section-warning -->",
"flags": "g",
"substitute": "<div class=\"warning\">"
},
{
- "pattern": "<!-- endwarning -->",
+ "pattern": "<!-- end-section-warning -->",
"flags": "g",
"substitute": "</div>"
},