mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 13:45:38 +00:00
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:
parent
d2c5d975a5
commit
52b51b55a2
@ -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
|
||||
========
|
||||
|
Loading…
Reference in New Issue
Block a user