-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MJS Hack to GFM to get tables to work
- Loading branch information
1 parent
6496119
commit 82a9a30
Showing
6 changed files
with
344 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
title: table test | ||
banner: true | ||
--- | ||
|
||
This is a table | ||
|
||
| Header 1 | Header2 | Header 3 | | ||
|--------------|------|---| | ||
|Row1 Column1 | Row1 Column2 | Row1 Column3 | | ||
|Row2 Column1 | Row2 Column2 | Row2 Column3 | | ||
|Row3 Column1 | Row3 Column2 | Row3 Column3 | | ||
|Row4 Column1 | Row4 Column2 | Row4 Column3 | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.