DonDebonair / pelican-bootstrap3

Bootstrap 3 theme for Pelican
331 stars 259 forks source link

code block wrapping #207

Closed kpurdon closed 8 years ago

kpurdon commented 9 years ago

Ideally you don't want to wrap code-block text, instead preferring horizontal scroll since formatting matters.

I solved this with CUSTOM_CSS

pre {
  overflow: auto;
  word-wrap: normal;
  white-space: pre;
}

Perhaps this (or another solution) could be activated with a new option CODE_OVERFLOW or something like that.

smetj commented 8 years ago

+1 Not working when using :linenos: though, ....

DonDebonair commented 8 years ago

Hi!

First of all, thanks for your interest in this theme! It's with heavy heart that I have decided that I can no longer maintain this theme due to lack of time and changing interests. To makes sure the theme lives on however and not goes to waste, I've donated it to the Pelican community. It can now be found in the official pelican-themes repository. I'd suggest you re-submit your issue there.

Sorry for the inconvenience!