Markdown Tables

Verify that all tables render as described. First row is boldface.

Normal Tables

These tables use different raw text as inputs, but all three should render as the same table.

Table 1

Raw text:

First Header | Second Header ------------- | ------------- Content Cell | Content Cell Content Cell | Content Cell

Renders as:

First HeaderSecond Header
Content CellContent Cell
Content CellContent Cell

Table 2

Raw Text:

| First Header | Second Header | | ------------- | ------------- | | Content Cell | Content Cell | | Content Cell | Content Cell |

Renders as:

First HeaderSecond Header
Content CellContent Cell
Content CellContent Cell

Table 3

Raw Text:

| First Header | Second Header | | ------------- | ----------- | | Content Cell | Content Cell| | Content Cell | Content Cell |

Renders as:

First HeaderSecond Header
Content CellContent Cell
Content CellContent Cell

Tables Containing Markdown

This table should contain A1: Strikethrough, A2: Bold, B1: Italics, B2: Dolphin emoticon.

Column\Row12
AStrikethroughBold
Bitalics:dolphin:

Table with Left, Center, and Right Aligned Columns

The left column should be left aligned, the center column centered and the right column should be right aligned.

Left-AlignedCenter AlignedRight Aligned
1this text$100
2is$10
3centered$1

Table with Escaped Pipes

First row cells: single backslash, "asdf". Second row cells: "ab" , "a|d"

\asdf
aba|d