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

FeatureDescription
HeadingsHeaders
listDisplay the list of elements
TablesTables
Commentscomments are ignored by parsers.
LinksLinks
Blockquotesblockquotes
ImagesImages
EmphasisEmphasis Bold, Italic and strike through

Extended Syntax

FeatureDescription
GitHubGitHub uses it own syntax called GitHub flavored Markdown
rstudioR language own syntax for writing markdown content
slackSlacks syntax for writing content posts and chat
twitchTwitch syntax for writing content posts and chat
jiraMarkdown syntax for JIRA applications