docs: Add section about code blocks to styleguide.rst

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Andrea Bolognani 2020-04-16 18:36:48 +02:00
parent d2c5d975a5
commit 52b51b55a2

View File

@ -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
========