middleman / middleman-syntax

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

Slim's messed up again #38

Closed bhollis closed 9 years ago

bhollis commented 10 years ago

https://travis-ci.org/middleman/middleman-syntax/builds/19629545

Looks like Slim has changed something again, which is breaking middleman-syntax. Or, the Padrino upgrade in middleman did it. Either way, it'd be cool if somebody who has any interest in Slim could play with it a bit and see if they can find a fix.

flexbox commented 10 years ago

Dear i have just start a new feature to drop embed gist on my website... It's not working with the v2.0.0

- code("ruby") do
  def my_cool_method(message)
    puts message
  end

May i downgrade the version to fix this or it is a problem with slim templating

flexbox commented 10 years ago

@bhollis I have found a very cool tricks use markdown in slim views

markdown:
  ~~~ HTML
  <div class="row">
    <div class="small-4 columns"></div>
  </div>
  ~~~