desing: toc: drop manual padding from figures
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Mon, 23 Jan 2017 22:27:08 +0000 (14:27 -0800)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Mon, 23 Jan 2017 22:27:08 +0000 (14:27 -0800)
markdown/design/toc.md

index c833bb1..4b045f5 100644 (file)
@@ -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