Markdown supports two types of syntaxes.
- Basic native support: It supports all Markdown processors
- Extended syntax with more features: This is specific to the Markdown processor
Basic Syntax
Feature | Description |
---|---|
Headings | Headers |
list | Display the list of elements |
Tables | Tables |
Comments | comments are ignored by parsers. |
Links | Links |
Blockquotes | blockquotes |
Images | Images |
Emphasis | Emphasis Bold, Italic and strike through |