समस्या-समाधान
  • Sign in
  • Sign up
  • Contents
    • Simple Tables
      • Table Without Header
      • Table With Header
      • Table With Row and Column Header
      • Table With center text-align
      • Table With left text-align
      • Table With right text-align
      • Table With Header and Colspan
    • Other Tables
      • With other modes
      • Table With Header and Rowspans
      • Table With Header, Colspans and Rowspans
    • Unformatted text inside table cells
    • With trailing space and tabs
      • Formatted text
    • Fringe Cases
      • Two Tables Merged Into One
      • Invalid Table Syntax
      • Invalid Entry pattern (Entry pattern being new line)
  • en
    • en - English

sidebar

  • Vuejs vuex store

* Table

Test Page for Table

Simple Tables

Table Without Header

Row 1 Col 1Row 1 Col 2Row 1 Col 3
Row 2 Col 1Row 2 Col 2Row 2 Col 3
Row 3 Col 1Row 3 Col 2Row 3 Col 3
| Row 1 Col 1    | Row 1 Col 2     | Row 1 Col 3        |
| Row 2 Col 1    | Row 2 Col 2	   | Row 2 Col 3        |
| Row 3 Col 1    | Row 3 Col 2     | Row 3 Col 3        |

Table With Header

Heading 1Heading 2Heading 3
Row 1 Col 1Row 1 Col 2Row 1 Col 3
Row 2 Col 1Row 2 Col 2Row 2 Col 3
Row 3 Col 1Row 3 Col 2Row 3 Col 3
^ Heading 1      ^ Heading 2       ^ Heading 3          ^
| Row 1 Col 1    | Row 1 Col 2     | Row 1 Col 3        |
| Row 2 Col 1    | Row 2 Col 2	   | Row 2 Col 3        |
| Row 3 Col 1    | Row 3 Col 2     | Row 3 Col 3        |

Table With Row and Column Header

Heading 1Heading 2
Heading 3Row 1 Col 1Row 1 Col 2
Heading 4Row 2 Col 1Row 2 Col 2
Heading 5Row 3 Col 1Row 3 Col 2
|              ^ Heading 1            ^ Heading 2          ^
^ Heading 3    | Row 1 Col 1          | Row 1 Col 2        |
^ Heading 4    | Row 2 Col 1          | Row 2 Col 2        |
^ Heading 5    | Row 3 Col 1          | Row 3 Col 2        |

Table With center text-align

Heading 1Heading 2Heading 3
center Row 1 Col 1center Row 1 Col 2center Row 1 Col 3
center Row 2 Col 1center Row 2 Col 2(note the spaces before and after the content are equal)center Row 2 Col 3
center Row 3 Col 1center Row 3 Col 2center Row 3 Col 3
^  Heading 1  ^  Heading 2  ^  Heading 3  ^
|  center Row 1 Col 1  |  center Row 1 Col 2  |  center Row 1 Col 3  |
|   center Row 2 Col 1   | center Row 2 Col 2 |  center Row 2 Col 3  |
|  center Row 3 Col 1  |  center Row 3 Col 2  |  center Row 3 Col 3  |

Table With left text-align

Heading 1Heading 2Heading 3
center Row 1 Col 1center Row 1 Col 2center Row 1 Col 3
center Row 2 Col 1center Row 2 Col 2(note the spaces on left are few than on right of content)center Row 2 Col 3
center Row 3 Col 1center Row 3 Col 2center Row 3 Col 3
^Heading 1  ^Heading 2  ^Heading 3  ^
|center Row 1 Col 1  |center Row 1 Col 2  |center Row 1 Col 3  |
| center Row 2 Col 1   |  center Row 2 Col 2     |center Row 2 Col 3  |
|center Row 3 Col 1  |center Row 3 Col 2  |center Row 3 Col 3  |

Table With right text-align

Heading 1Heading 2Heading 3
center Row 1 Col 1center Row 1 Col 2center Row 1 Col 3
center Row 2 Col 1center Row 2 Col 2(note the spaces on right are few than on left of content)center Row 2 Col 3
center Row 3 Col 1center Row 3 Col 2center Row 3 Col 3
^  Heading 1^  Heading 2^  Heading 3^
|  center Row 1 Col 1|  center Row 1 Col 2|  center Row 1 Col 3|
|    center Row 2 Col 1 |       center Row 2 Col 2  |  center Row 2 Col 3|
|  center Row 3 Col 1|  center Row 3 Col 2|  center Row 3 Col 3|

Table With Header and Colspan

Heading 1Heading 2
Row 1 Col 1Row 1 Col 2
some colspan (note the double pipe)
Row 3 Col 1Row 3 Col 2
^ Heading 1      ^ Heading 2       ^
| Row 1 Col 1    | Row 1 Col 2     |
| some colspan (note the double pipe) ||
| Row 3 Col 1    | Row 3 Col 2     |

Other Tables

With other modes

HEAD 1HEAD 2
Supports bold italic subscript textSupports 🙂
supports code
Supports link start
Superscript 102Subscript CO2

Table With Header and Rowspans

Heading 1Heading 2Heading 3
Row 1 Col 1this cell spans verticallyRow 1 Col 3
Row 2 Col 1:::Row 2 Col 3
Row 3 Col 1:::Row 2 Col 3
^ Heading 1      ^ Heading 2                  ^ Heading 3          ^
| Row 1 Col 1    | this cell spans vertically | Row 1 Col 3        |
| Row 2 Col 1    | :::                        | Row 2 Col 3        |
| Row 3 Col 1    | :::                        | Row 2 Col 3        |

Table With Header, Colspans and Rowspans

Heading 1Heading 2Heading 3Heading 4
Row 1 Col 1Row 1 Col 2
Row 2 Col 1Row 2 Col 2Row 2 Col 3Row 2 Col 4
Row 3 Col 1:::Row 3 Col 3Row 3 Col 4
^ Heading 1      ^ Heading 2           ^ Heading 3          ^ Heading 4       ^
| Row 1 Col 1    | Row 1 Col 2                                             ||||
| Row 2 Col 1    | Row 2 Col 2         | Row 2 Col 3        | Row 2 Col 4     |
| Row 3 Col 1    | :::                 | Row 3 Col 3        | Row 3 Col 4     |

Unformatted text inside table cells

| ''[[:start]]'' |  [[start]] |
[[:start]]start

With trailing space and tabs

^ Head 1 ^ Head 2 ^ Head 3 ^   			         <- contains tab and spaces
| Row | Row | Row |         					 <-
| Row || Row |       			                 <-
Head 1Head 2Head 3
RowRowRow
RowRow

Formatted text

bolditalicunderscoreboxedmonospaceunformatted
some bold textsome italic textsome underscore textsome boxed textsome monospace textsome unformatted text

Fringe Cases

Two Tables Merged Into One

Heading 1Heading 2Heading 3
Row 1 Col 1Row 1 Col 2Row 1 Col 3
Row 3 Col 1Row 3 Col 2Row 3 Col 3
^ Heading 1      ^ Heading 2       ^ Heading 3          ^
| Row 1 Col 1    | Row 1 Col 2     | Row 1 Col 3        |


| Row 3 Col 1    | Row 3 Col 2     | Row 3 Col 3        |

Invalid Table Syntax

Use of Both Tags ( '|' and '^' )

^| Heading 1      ^ Heading 2       ^ Heading 3          ^
| Row 1 Col 1    | Row 1 Col 2     | Row 1 Col 3        |
| Row 2 Col 1    | Row 2 Col 2	   | Row 2 Col 3        |
| Row 3 Col 1    | Row 3 Col 2     | Row 3 Col 3        |

Invalid Entry pattern (Entry pattern being new line)

In front of table | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 |

Row 2 Col 1Row 2 Col 2Row 2 Col 3
In front of table | Row 1 Col 1    | Row 1 Col 2     | Row 1 Col 3        |
| Row 2 Col 1    | Row 2 Col 2	   | Row 2 Col 3        |
This page was modified on 22 May 2019 at 12:17 PM.

Source

====== Test Page for Table ====== ===== Simple Tables ===== ==== Table Without Header ==== | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | | Row 2 Col 1 | Row 2 Col 2 | Row 2 Col 3 | | Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 | <code> | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | | Row 2 Col 1 | Row 2 Col 2 | Row 2 Col 3 | | Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 | </code> ==== Table With Header ==== ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | | Row 2 Col 1 | Row 2 Col 2 | Row 2 Col 3 | | Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 | <code> ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | | Row 2 Col 1 | Row 2 Col 2 | Row 2 Col 3 | | Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 | </code> ==== Table With Row and Column Header ==== | ^ Heading 1 ^ Heading 2 ^ ^ Heading 3 | Row 1 Col 1 | Row 1 Col 2 | ^ Heading 4 | Row 2 Col 1 | Row 2 Col 2 | ^ Heading 5 | Row 3 Col 1 | Row 3 Col 2 | <code>| ^ Heading 1 ^ Heading 2 ^ ^ Heading 3 | Row 1 Col 1 | Row 1 Col 2 | ^ Heading 4 | Row 2 Col 1 | Row 2 Col 2 | ^ Heading 5 | Row 3 Col 1 | Row 3 Col 2 | </code> ==== Table With center text-align ==== ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ | center Row 1 Col 1 | center Row 1 Col 2 | center Row 1 Col 3 | | center Row 2 Col 1 | center Row 2 Col 2(note the spaces before and after the content are equal) | center Row 2 Col 3 | | center Row 3 Col 1 | center Row 3 Col 2 | center Row 3 Col 3 | <code> ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ | center Row 1 Col 1 | center Row 1 Col 2 | center Row 1 Col 3 | | center Row 2 Col 1 | center Row 2 Col 2 | center Row 2 Col 3 | | center Row 3 Col 1 | center Row 3 Col 2 | center Row 3 Col 3 | </code> ==== Table With left text-align ==== ^Heading 1 ^Heading 2 ^Heading 3 ^ |center Row 1 Col 1 |center Row 1 Col 2 |center Row 1 Col 3 | |center Row 2 Col 1 |center Row 2 Col 2(note the spaces on left are few than on right of content) |center Row 2 Col 3 | |center Row 3 Col 1 |center Row 3 Col 2 |center Row 3 Col 3 | <code> ^Heading 1 ^Heading 2 ^Heading 3 ^ |center Row 1 Col 1 |center Row 1 Col 2 |center Row 1 Col 3 | | center Row 2 Col 1 | center Row 2 Col 2 |center Row 2 Col 3 | |center Row 3 Col 1 |center Row 3 Col 2 |center Row 3 Col 3 | </code> ==== Table With right text-align ==== ^ Heading 1^ Heading 2^ Heading 3^ | center Row 1 Col 1| center Row 1 Col 2| center Row 1 Col 3| | center Row 2 Col 1| center Row 2 Col 2(note the spaces on right are few than on left of content) | center Row 2 Col 3| | center Row 3 Col 1| center Row 3 Col 2| center Row 3 Col 3| <code> ^ Heading 1^ Heading 2^ Heading 3^ | center Row 1 Col 1| center Row 1 Col 2| center Row 1 Col 3| | center Row 2 Col 1 | center Row 2 Col 2 | center Row 2 Col 3| | center Row 3 Col 1| center Row 3 Col 2| center Row 3 Col 3| </code> ==== Table With Header and Colspan ==== ^ Heading 1 ^ Heading 2 ^ | Row 1 Col 1 | Row 1 Col 2 | | some colspan (note the double pipe) || | Row 3 Col 1 | Row 3 Col 2 | <code>^ Heading 1 ^ Heading 2 ^ | Row 1 Col 1 | Row 1 Col 2 | | some colspan (note the double pipe) || | Row 3 Col 1 | Row 3 Col 2 | </code> ===== Other Tables ===== ==== With other modes ==== ^ HEAD 1 ^ HEAD 2 ^ | Supports **bold** //italic// <sub>subscript</sub> text | Supports :-) | | <code>supports code</code> | Supports link [[start]] | | Superscript 10<sup>2</sup> | Subscript CO<sub>2</sub> | ==== Table With Header and Rowspans ==== ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ | Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 | | Row 2 Col 1 | ::: | Row 2 Col 3 | | Row 3 Col 1 | ::: | Row 2 Col 3 | <code> ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ | Row 1 Col 1 | this cell spans vertically | Row 1 Col 3 | | Row 2 Col 1 | ::: | Row 2 Col 3 | | Row 3 Col 1 | ::: | Row 2 Col 3 | </code> ==== Table With Header, Colspans and Rowspans ==== ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ Heading 4 ^ | Row 1 Col 1 | Row 1 Col 2 |||| | Row 2 Col 1 | Row 2 Col 2 | Row 2 Col 3 | Row 2 Col 4 | | Row 3 Col 1 | ::: | Row 3 Col 3 | Row 3 Col 4 | <code> ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ Heading 4 ^ | Row 1 Col 1 | Row 1 Col 2 |||| | Row 2 Col 1 | Row 2 Col 2 | Row 2 Col 3 | Row 2 Col 4 | | Row 3 Col 1 | ::: | Row 3 Col 3 | Row 3 Col 4 | </code> ===== Unformatted text inside table cells ===== <code> | ''[[:start]]'' | [[start]] | </code> | ''[[:start]]'' | [[start]] | ===== With trailing space and tabs ===== <code> ^ Head 1 ^ Head 2 ^ Head 3 ^ <- contains tab and spaces | Row | Row | Row | <- | Row || Row | <- </code> ^ Head 1 ^ Head 2 ^ Head 3 ^ | Row | Row | Row | | Row || Row | ==== Formatted text ==== | **bold** | //italic// | __underscore__ | _[boxed]_ | ''monospace'' | %%unformatted%% | | some **bold** text | some //italic// text | some __underscore__ text | some _[boxed]_ text | some ''monospace'' text | some %%unformatted%% text | ===== Fringe Cases ===== ==== Two Tables Merged Into One ==== ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | | Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 | <code> ^ Heading 1 ^ Heading 2 ^ Heading 3 ^ | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | | Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 | </code> ==== Invalid Table Syntax ==== === Use of Both Tags ( '|' and '^' ) === ^| Heading 1 ^ Heading 2 ^ Heading 3 ^ | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | | Row 2 Col 1 | Row 2 Col 2 | Row 2 Col 3 | | Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 | <code> ^| Heading 1 ^ Heading 2 ^ Heading 3 ^ | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | | Row 2 Col 1 | Row 2 Col 2 | Row 2 Col 3 | | Row 3 Col 1 | Row 3 Col 2 | Row 3 Col 3 | </code> ==== Invalid Entry pattern (Entry pattern being new line) ==== In front of table | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | | Row 2 Col 1 | Row 2 Col 2 | Row 2 Col 3 | <code> In front of table | Row 1 Col 1 | Row 1 Col 2 | Row 1 Col 3 | | Row 2 Col 1 | Row 2 Col 2 | Row 2 Col 3 | </code>
This website uses cookies to ensure you get the best browsing experience.