From 72588ec5b6842e6247a9bd50635f228d0a0ec675 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Mon, 23 Jan 2017 14:27:08 -0800 Subject: [PATCH] desing: toc: drop manual padding from figures --- markdown/design/toc.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/markdown/design/toc.md b/markdown/design/toc.md index c833bb1..4b045f5 100644 --- a/markdown/design/toc.md +++ b/markdown/design/toc.md @@ -14,12 +14,12 @@ level of the hierarchy, i.e. you shouldn’t have editions and chapters mixed together. Here is an example of right TOC: ``` - ------- TOC ------- - / \ - edition1 edition2 - | | - -chapter1 -chapter3 - -chapter2 +------- TOC ------- + / \ + edition1 edition2 + | | + -chapter1 -chapter3 + -chapter2 ``` Here are two editions (alternatives), the first contains two chapters @@ -27,12 +27,12 @@ Here are two editions (alternatives), the first contains two chapters example of invalid TOC: ``` - ------- TOC ------- - / \ - edition1 chapter1 - | - -chapter1 - -chapter2 +------- TOC ------- + / \ + edition1 chapter1 + | + -chapter1 + -chapter2 ``` Here you have edition1 and chapter1 mixed on the same level of -- 2.7.4