Yaml frontmatter (#1217)

Render YAML frontmatter

* Fix tests on 5.x

* Update README

* Refactor Page view #table

* Minor refactor

* Refactor
This commit is contained in:
Dawa Ometto
2017-04-09 19:26:04 +02:00
committed by GitHub
parent c1f94d2deb
commit 8aa10fe400
9 changed files with 70 additions and 13 deletions
+3 -1
View File
@@ -385,7 +385,9 @@ a:active, a:hover {
}
.markdown-body table tr th,
.markdown-body table tr td {
.markdown-body table tr td,
.markdown-body table tr td table,
.markdown-body table tr th table {
border: 1px solid #ccc;
text-align: none;
margin: 0;