Skip to content
Snippets Groups Projects
Commit ee34268c authored by Pooja Halappanavar's avatar Pooja Halappanavar
Browse files

Update reStructuredText Basics.rst

parent a13503a2
No related branches found
No related tags found
No related merge requests found
......@@ -32,11 +32,12 @@ Inline markup for font styles is similar to markdown:
**Syntax**
.. code-block::
* Use one asterisk (*text*) for italics
* Use two asterisks (**text**) for bold
```
* Use one asterisk (*text*) for italic
* Use two asterisks (**text**) for bold
* Use two backticks (``text``) for code sample
```
**Output**
* Use one asterisk (*text*) for italics
......@@ -59,6 +60,21 @@ Headers are demarcated by non-alphanumeric characters like dashes, equal signs,
- Third section heading level (h4) use “-“
**Syntax**
Heading1
#######
Heading2
********
Heading3
========
Heading4
--------
**Output**
**Lists**
=========
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment