From d930a5d4c2f9f80db7683a571b37347381c4fce2 Mon Sep 17 00:00:00 2001 From: Warren Kumari Date: Fri, 13 Apr 2018 11:21:30 -0400 Subject: [PATCH] Stop MarkDown treating ASCII art of tree as a list. --- tdns/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/tdns/README.md b/tdns/README.md index 6411ac0..c55646e 100644 --- a/tdns/README.md +++ b/tdns/README.md @@ -168,7 +168,7 @@ The DNS Tree is of fundamental importance, and is used a number of times within `tdns`. When storing the contents of the `org` zone, it may look like this: - +``` ************************************************************************************************* * * * .---. * @@ -189,6 +189,7 @@ When storing the contents of the `org` zone, it may look like this: * '-+-' '---' * * * ************************************************************************************************* +``` This tree has a depth of four. The top node has an empty name, and is relative to the name of the zone, in this case `org`. @@ -725,4 +726,4 @@ time.powerdns.org. 3600 IN TXT "The time is Fri, 13 Apr 2018 12:55:54 +0200" window.markdeepOptions={}; window.markdeepOptions.tocStyle = "long"; - \ No newline at end of file +