remove .prettify() @ pre_with_pr (bs4);

fix spaces in tables too
This commit is contained in:
Mathieu PATUREL
2017-01-26 10:43:04 +11:00
parent 48c1800065
commit 6f18e8e4a2
4 changed files with 5 additions and 14 deletions

View File

@ -37,7 +37,7 @@ pre {
border-radius: 3px;
}
pre code {
padding-left: 0;
padding: 0;
}
pre code .space {