middleman / middleman-syntax

Code syntax highlighting plugin via Rouge for Middleman
https://middlemanapp.com
MIT License
179 stars 57 forks source link

support of syntax highlight (lisp, console, template languages) #43

Closed redVi closed 10 years ago

redVi commented 10 years ago

Hi! Recently I began work with middleman and I use middleman-syntax. Hmm... I see some problem here, maybe you known how I may solve them?

For example, I write following code block:


~~~lisp
some code
~~~ 

but this code no have syntax highlight, it just plain text. The same with css+erb and html+django blocks. I used jekyll before (with redcarpet and pygments.rb) and all was right.

redVi commented 10 years ago

Oh, sorry! middleman-syntax uses rouge. Please, close this issue.