Removed modules/contrib/media module to allow update to the core media module
[yaffs-website] / vendor / cebe / markdown / tests / github-data / tables.md
1 Tables
2 ------
3
4 First Header  | Second Header
5 ------------- | -------------
6 Content Cell  | Content Cell
7 Content Cell  | Content Cell
8
9 | First Header  | Second Header |
10 | ------------- | ------------- |
11 | Content Cell  | Content Cell  |
12 | Content Cell  | Content Cell  |
13
14 | Name | Description          |
15 | ------------- | ----------- |
16 | Help      | Display the help window.|
17 | Close     | Closes a window     |
18
19 | Name | Description          |
20 | ------------- | ----------- |
21 | Help      | **Display the** help window.|
22 | Close     | _Closes_ a window     |
23
24 | Left-Aligned  | Center Aligned  | Right Aligned |
25 | :------------ |:---------------:| -----:|
26 | col 3 is      | some wordy text | $1600 |
27 | col 2 is      | centered        |   $12 |
28 | zebra stripes | are neat        |    $1 |
29
30
31 Simple | Table
32 ------ | -----
33 1      | 2
34 3      | 4
35
36 | Simple | Table |
37 | ------ | ----- |
38 | 1      | 2     |
39 | 3      | 4     |
40 | 3      | 4     \|
41 | 3      | 4    \\|
42
43 Check https://github.com/erusev/parsedown/issues/184 for the following:
44
45 Foo | Bar | State
46 ------ | ------ | -----
47 `Code | Pipe` | Broken | Blank
48 `Escaped Code \| Pipe` | Broken | Blank
49 Escaped \| Pipe | Broken | Blank
50 Escaped \\| Pipe | Broken | Blank
51 Escaped \\ | Pipe | Broken | Blank
52
53 | Simple | Table |
54 | :----- | ----- |
55 | 3      | 4     |
56 3      | 4