Default highlight.js off, dockerfile > conf highlighting, pygments#2757
Default highlight.js off, dockerfile > conf highlighting, pygments#2757johndmulhausen merged 4 commits intomasterfrom
Conversation
| background-color: #f5f5f5; | ||
| border: 1px solid #ccc; | ||
| border-radius: 4px; | ||
| overflow-x: scroll!important; |
There was a problem hiding this comment.
What will happen now if we have long code lines? We don't want them to wrap because it can cause trouble in pasting.
There was a problem hiding this comment.
They get scrollbars; this is not the rule that actually implements them, this is creating double scrollbars (one active, one inactive). That's why this rule must die.
| color: #333; | ||
| word-break: normal!important; | ||
| word-wrap: break-word; | ||
| word-break: normal!important; |
There was a problem hiding this comment.
You should configure atom not to change white space in lines you didn't otherwise touch.
css/pygments/autumn.css
Outdated
| @@ -0,0 +1,66 @@ | |||
| .highlight .hll { background-color: #ffffcc } | |||
There was a problem hiding this comment.
We only need to import the theme we actually use, right?
|
Fix for SQL compose example): Code blocks from test page comparison: |
|
LGTM, merging |
Changes
highlightjs: trueis enabled in front-matterdockerfiletoconf, which works fine, syntax-highlighting-wiseWhy?