From 9acd3dca8a5804c15b2135dde7e14d23159955f0 Mon Sep 17 00:00:00 2001 From: Marcel Amirault Date: Tue, 27 Aug 2019 21:55:50 +0900 Subject: Fix markdown in various docs Clean up issues that may cause the docs-lint test to fail, such as trailing whitespace, no EOF newline, blockquotes, etc --- doc/development/documentation/styleguide.md | 5 ----- 1 file changed, 5 deletions(-) (limited to 'doc/development/documentation/styleguide.md') diff --git a/doc/development/documentation/styleguide.md b/doc/development/documentation/styleguide.md index c1e3eb9680b..bfcda1dd7fc 100644 --- a/doc/development/documentation/styleguide.md +++ b/doc/development/documentation/styleguide.md @@ -783,8 +783,6 @@ For multiple paragraphs, use the symbol `>` before every line: > > - This is a list item > - Second item in the list -> -> ### This is an `h3` ``` Which renders to: @@ -795,9 +793,6 @@ Which renders to: > > - This is a list item > - Second item in the list -> -> ### This is an `h3` ->{:.no_toc} ## Terms -- cgit v1.2.1