From 75d5a71617086751e3dc5613e30d7874c061ac57 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Tue, 20 Dec 2016 23:36:36 -0800 Subject: [PATCH] design/conventions: add markup to figures and drop manual padding --- markdown/design/conventions.md | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/markdown/design/conventions.md b/markdown/design/conventions.md index b1dcc57208..2f558f5dcb 100644 --- a/markdown/design/conventions.md +++ b/markdown/design/conventions.md @@ -43,9 +43,11 @@ When drawing pictures the following conventions apply: Objects are drawn with a box like: - +------+ - | | - +------+ +``` ++------+ +| | ++------+ +``` ### pointers @@ -59,7 +61,9 @@ a pointer to an object. an invalid pointer, this is a pointer that should not be used. - *-//-> +``` +*-//-> +``` ### elements @@ -72,7 +76,9 @@ sink src ### pad links - -----+ +--- - | | - src--sink - -----+ +--- +``` +-----+ +--- + | | + src--sink +-----+ +--- +```