File tree Expand file tree Collapse file tree 3 files changed +25
-0
lines changed
Expand file tree Collapse file tree 3 files changed +25
-0
lines changed Original file line number Diff line number Diff line change 1+ < table >
2+ < thead >
3+ < tr >
4+ < th > First Header</ th >
5+ < th > Second Header</ th >
6+ </ tr >
7+ </ thead >
8+ < tbody >
9+ < tr >
10+ < td class ="foo bar " title ="Some title! "> Content Cell</ td >
11+ < td > Content Cell</ td >
12+ </ tr >
13+ < tr >
14+ < td > Content Cell</ td >
15+ < td class ="foo bar " title ="Some title! "> Content Cell</ td >
16+ </ tr >
17+ </ tbody >
18+ </ table >
Original file line number Diff line number Diff line change 1+ First Header | Second Header
2+ ------------------------------------------------------ | -------------
3+ Content Cell{: class="foo bar" title="Some title!" } | Content Cell
4+ Content Cell | Content Cell{: class="foo bar" title="Some title!" }
Original file line number Diff line number Diff line change @@ -15,3 +15,6 @@ extensions=footnotes
1515
1616[tables]
1717extensions =tables
18+
19+ [tables_and_attr_list]
20+ extensions =tables,attr_list
You can’t perform that action at this time.
0 commit comments