From 463c43c905eebfa9e3795092c714afd682379442 Mon Sep 17 00:00:00 2001 From: Stephen Asbury Date: Wed, 15 May 2019 12:48:31 -0700 Subject: [PATCH] Added ascii to prism with map to "markup" --- book.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/book.json b/book.json index a8f1634..a201bab 100644 --- a/book.json +++ b/book.json @@ -4,6 +4,10 @@ "author": "The NATS Maintainers", "plugins" : [ "prism", "-highlight", "include-html"], "pluginsConfig": { - + "prism": { + "lang": { + "ascii": "markup" + } + } } } \ No newline at end of file