diff --git a/doc/usage/markdown.rst b/doc/usage/markdown.rst
index 34beebb..0a5ba50 100644
--- a/doc/usage/markdown.rst
+++ b/doc/usage/markdown.rst
@@ -9,27 +9,27 @@ formatting, but it also has some unique syntax for more advanced
formatting. This help page helps demonstrate how to use Markdown in Pagure.
-Headers
--------
-
-To create headings, you will use the `#` symbol before the text. The number
-of hashes before the text determines the header size.
+Pagure relies on the `Markdown `_ python
+module to do the convertion.
+It has enabled a few extensions:
-::
+- `Definition Lists `_
+- `Fenced Code Blocks `_
+- `Tables `_
+- `Smart Strong `_
+- `Admonition `_
+- `CodeHilite `_
+- `Sane lists `_
- # header1
- ## header2
- ### header3
+README files can also rely on:
+- `Abbreviations `_
+- `Foonotes `_
+- `Table of Contents `_
-header 1
-========
-
-header2
--------
+While comments use:
-header3
-^^^^^^^
+- `New Line to Break `_
Styling