From 87b0230d5cadcf7d5685712e28782800cc2d23c0 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 11 2017 16:13:05 +0000 Subject: Drop the section about headers and lists the extensions enabled --- 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