Update markdown processing to handle more cases

This commit is contained in:
Andrew Miner
2015-03-24 19:05:13 -07:00
parent 4a45be71f9
commit d964047974
3 changed files with 50 additions and 4 deletions
+12
View File
@@ -42,11 +42,23 @@ All rights reserved.
td {
font-family: $font-family-normal;
font-size: $font-size-normal;
padding: 0.1em 0.5em;
vertical-align: middle;
}
th {
font-family: $font-family-normal;
font-size: $font-size-normal;
font-weight: bold;
vertical-align: middle;
}
td[align="center"] {
text-align: center;
}
td[align="right"] {
text-align: right;
}
}
ol {