Skip to content

Latest commit

 

History

History
49 lines (38 loc) · 1.28 KB

create-tables-markdown.md

File metadata and controls

49 lines (38 loc) · 1.28 KB
title description metakeywords services solutions documentationcenter author videoid scriptid manager ms.service ms.devlang ms.topic ms.tgt_pltfrm ms.workload ms.date ms.author
Create tables in markdown
Explains how to code tables in markdown.
mblythe
dongill
contributor-guide
article
09/01/2015
mblythe

Create tables in markdown

The simplest way to create a table in markdown is to use pipes and lines.

You can justify the columns with colons:

|-----:| - this is right aligned
|:-----| -  this is left aligned
|:-----:| - this is centered

If you use HTML tables and your markdown is not rendering between the two tables, you need to add a closing BR tag after the closing TABLE tag.

2

For more information about how to create tables in markdown, see:

Contributors' Guide Links