middleman / middleman-syntax

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

WIP: Failing test for start_inline lexer option #65

Closed graygilmore closed 3 years ago

graygilmore commented 8 years ago

55 mentions creating a failing test to better figure out what the root cause of this is. This is not a PR meant to be merged, just a starting step to get this solved.

graygilmore commented 8 years ago

Spent an hour trying to debug this inside of Rouge and it just appears as though setting start_inline in config.rb just doesn't get sent anywhere. Using the markdown version of the option works because find_fancy picks it up here: https://github.com/jneen/rouge/blob/f3dea8482cab88ce8d077bb4f41b02f3253d8802/lib/rouge/lexer.rb#L49