A blanket page when adding a return code

I am wondering why I get a blank page when I add a block of return code with a specific language?

_config.yml

markdown: rdiscount
rdiscount:
  extensions:
    - autolink
    - footnotes
    - smart
pygments: false # default python pygments have been replaced by pygments.rb

in my post If I use backtick without a specific language

```
var foo = "Hello";
```

that work, the page is displayed normally

but when I use backtick with a specific language ex.js, javascript, java

```js
var foo = "Hello";
```

This is a blank page without errors.

[2013-12-30 17:24:46] INFO  WEBrick 1.3.1
[2013-12-30 17:24:46] INFO  ruby 1.9.3 (2013-11-22) [i386-mingw32]
[2013-12-30 17:24:46] INFO  WEBrick::HTTPServer#start: pid=7288 port=4000
Auto-regenerating enabled: source -> public
[2013-12-30 17:24:46] regeneration: 103 files changed
>>> Change detected at 17:24:47 to: screen.scss
identical public/stylesheets/screen.css

Dear developers making use of FSSM in your projects,
FSSM is essentially dead at this point. Further development will
be taking place in the new shared guard/listen project. Please
let us know if you need help transitioning! ^_^b
- Travis Tilley

>>> Compass is polling for changes. Press Ctrl-C to Stop.
127.0.0.1 - - [30/Dec/2013 17:25:06] "GET / HTTP/1.1" 200 - 0.8490
127.0.0.1 - - [30/Dec/2013 17:25:41] "GET / HTTP/1.1" 200 - 0.0040

I think it works fine on Ubuntu, but does not work on Windows 7.
Any suggestions?
My car

  • Windows 7 32-bit
  • Ruby 1.9.3 p484
  • rdiscount 2.0.7.3
+4
source share
1 answer

Discount/RDiscount (2.1.7). , RDiscount >= 2.1.7.

0

All Articles