From dc8248f8a49e4801e119008a32b28cd2ad6e1a57 Mon Sep 17 00:00:00 2001 From: Andrew Boyarshin Date: Tue, 14 Feb 2017 08:13:59 +0700 Subject: Markdown rendering overhaul (#186) * Markdown rendering overhaul Cleaned up and squashed commits into single one. Signed-off-by: Andrew Boyarshin * Fix markdown API, add markdown module and API tests, improve code coverage Signed-off-by: Andrew Boyarshin --- public/less/_markdown.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'public/less') diff --git a/public/less/_markdown.less b/public/less/_markdown.less index 4200aed3a3..e4b452b95c 100644 --- a/public/less/_markdown.less +++ b/public/less/_markdown.less @@ -205,7 +205,7 @@ } li>p { - margin-top:16px; + margin-top:0; } dl { @@ -486,4 +486,8 @@ font-weight:bold; background:#f8f8f8;border-top:0; } + + .ui.list .list, ol.ui.list ol, ul.ui.list ul { + padding-left: 2em; + } } -- cgit v1.2.3