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