mirror of
https://github.com/wallabag/wallabag.git
synced 2025-07-22 17:18:37 +00:00
highlight.js library added to highlight programming code examples in article view
This commit is contained in:
parent
5594d7d054
commit
9f8541ef2a
9 changed files with 448 additions and 0 deletions
|
@ -429,4 +429,10 @@ a.add-to-wallabag-link-after:after {
|
|||
text-indent: 0;
|
||||
color: black;
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
pre code {
|
||||
font-family: "Courier New", Courier, monospace;
|
||||
border: 1px solid #ddd;
|
||||
font-size: 0.96em;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue