middleman / middleman-syntax

Code syntax highlighting plugin via Rouge for Middleman

Home Page:https://middlemanapp.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

redVi opened this issue · comments

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.

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