-
Notifications
You must be signed in to change notification settings - Fork 131
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Org table exports work; Add examples
- Loading branch information
1 parent
8379705
commit b6176f6
Showing
10 changed files
with
223 additions
and
55 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,11 @@ | ||
+++ | ||
title = "Simple Table" | ||
date = 2017-07-12T19:25:56-04:00 | ||
tags = ["table"] | ||
draft = false | ||
+++ | ||
|
||
h1 | h2 | ||
---|---- | ||
a | b | ||
c | d |
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,11 @@ | ||
+++ | ||
title = "Table with bottom border" | ||
date = 2017-07-12T19:26:06-04:00 | ||
tags = ["table"] | ||
draft = false | ||
+++ | ||
|
||
1 | 2 | 3 | 4 | ||
---|---|---|---- | ||
a | b | e | g | ||
c | d | f | h |
11 changes: 11 additions & 0 deletions
11
example-site/content/posts/table-only-rule-after-first-row.md
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,11 @@ | ||
+++ | ||
title = "Table with rule after first row" | ||
date = 2017-07-12T19:26:13-04:00 | ||
tags = ["table"] | ||
draft = false | ||
+++ | ||
|
||
1 | 2 | 3 | 4 | ||
---|---|---|---- | ||
a | b | e | g | ||
c | d | f | h |
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,11 @@ | ||
+++ | ||
title = "Table with top and bottom border" | ||
date = 2017-07-12T19:26:10-04:00 | ||
tags = ["table"] | ||
draft = false | ||
+++ | ||
|
||
1 | 2 | 3 | 4 | ||
---|---|---|---- | ||
a | b | e | g | ||
c | d | f | h |
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,11 @@ | ||
+++ | ||
title = "Table with top border" | ||
date = 2017-07-12T19:26:04-04:00 | ||
tags = ["table"] | ||
draft = false | ||
+++ | ||
|
||
1 | 2 | 3 | 4 | ||
---|---|---|---- | ||
a | b | e | g | ||
c | d | f | h |
11 changes: 11 additions & 0 deletions
11
example-site/content/posts/table-with-borders-and-rule-after-first.md
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,11 @@ | ||
+++ | ||
title = "Table with borders and rule after first" | ||
date = 2017-07-12T19:26:16-04:00 | ||
tags = ["table"] | ||
draft = false | ||
+++ | ||
|
||
1 | 2 | 3 | 4 | ||
---|---|---|---- | ||
a | b | e | g | ||
c | d | f | h |
11 changes: 11 additions & 0 deletions
11
example-site/content/posts/table-with-narrowest-columns.md
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,11 @@ | ||
+++ | ||
title = "Table with narrowest cols" | ||
date = 2017-07-12T19:26:00-04:00 | ||
tags = ["table"] | ||
draft = false | ||
+++ | ||
|
||
1 | 2 | 3 | ||
---|---|---- | ||
a | b | e | ||
c | d | f |
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 with rules" | ||
date = 2017-07-12T18:52:43-04:00 | ||
tags = ["table"] | ||
draft = false | ||
+++ | ||
|
||
The rules don’t matter in Markdown export. | ||
|
||
1 | 2 | 3 | ||
---|---|---- | ||
a | b | e | ||
c | d | f |
Oops, something went wrong.