R Markdown

R markdown is an extended syntax provided by RStudio.

Tables represent the data in a multidimensional format. Initially, tables were not supported in core markdown specification, Once extended vendors like Git Hub formatted markdown` supported tables, the Markdown team added inbuilt support.

Tables containers rows columns and headers, can be created using the Pipe operator ! and dash symbols -. Headers are created using a minimum of three hyphens, Columns of data or headers can be separated by the pipe symbol.

FeatureDescriptionSupport
HeadingsHeaders
listDisplay the list of elements
TablesTables
Commentscomments are ignore by parsers.
LinksLinks
Blockquotesblockquotes
ImagesImages
EmphasisEmphasis Bold,Italic and strikethrough