Skip to content
Snippets Groups Projects
Commit 364fecec authored by Gururaj Shetty's avatar Gururaj Shetty
Browse files

Merge branch 'Poojahalappanavar15-master-patch-42581' into 'master'

Update reStructuredText Basics.rst

See merge request docs/developer-guide!63
parents a13503a2 ee34268c
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.
Please register or to comment