Support reStructuredText highlight table

This fixes #176.
This commit is contained in:
Alexandre Vicenzi 2019-10-19 21:55:05 +02:00
parent 970ea5060a
commit 3760c9ba13
2 changed files with 21 additions and 1 deletions

View file

@ -250,6 +250,26 @@ main {
border-top: 1px solid #ddd;
}
}
table.highlighttable {
width: 100%;
table-layout: fixed;
td {
border-style: none;
padding: 0px;
}
td.linenos {
width: 2.5em;
pre {
padding-right: .8em;
background-color: inherit;
text-align: right;
}
}
}
}
footer {

File diff suppressed because one or more lines are too long