From: Andrea Bolognani Date: Thu, 16 Apr 2020 16:36:48 +0000 (+0200) Subject: docs: Add section about code blocks to styleguide.rst X-Git-Tag: v6.3.0-rc1~113 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=52b51b55a2e93546185dbe61ddf1d97987421a5b;p=thirdparty%2Flibvirt.git docs: Add section about code blocks to styleguide.rst Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrangé --- diff --git a/docs/styleguide.rst b/docs/styleguide.rst index 2998e90963..3162868fb7 100644 --- a/docs/styleguide.rst +++ b/docs/styleguide.rst @@ -24,6 +24,18 @@ Whitespace Blocks should be indented with 3 spaces, and no tabs +Code blocks +=========== + +Code blocks should be created using + +:: + + This is regular text. + + :: + + This is a code block. Headings ========