Files
2012-02-21 01:15:00 -05:00

1 line
1.6 KiB
JSON

[{"user_id": 40674, "stars": [], "topic_id": 44933, "date_created": 1315480180.0976231, "message": "I am trying to configure middleman to use a different render engine than the default (my personal markdown engine in this case). I know how to do this with tilt. And since middleman uses tilt it should be possible. However, If I put the tilt configuration into config.rb it has no effect?", "group_id": 10410, "id": 2074856}, {"user_id": 7586, "stars": [], "topic_id": 44933, "date_created": 1315501754.8497031, "message": "You've built your own Markdown Tilt implementation? The following should work in Middleman 2.0.8: https://gist.github.com/1203947", "group_id": 10410, "id": 2076753}, {"user_id": 7586, "stars": [], "topic_id": 44933, "date_created": 1315501840.1149371, "message": "This will also expect a \"layout.markdown\" to wrap your templates, but that usually doesn't make much sense with markdown so set another engine type: \nset :markdown, :layout_engine => :slim (:haml, :erb, etc)", "group_id": 10410, "id": 2076758}, {"user_id": 40674, "stars": [], "topic_id": 44933, "date_created": 1315572646.925514, "message": "\"set :markdown, :layout_engine => :slim\", I had this one already \n\n\"set :markdown_engine, MyCustomEngine\" Works! It even works with inline markdown in slim; You might want to add this feature to the documentation ;-) or did I miss it?\n", "group_id": 10410, "id": 2084102}, {"user_id": 7586, "stars": [], "topic_id": 44933, "date_created": 1315588198.3599989, "message": "There's a slew of markdown and blog-related features that are still evolving. They'll be more public and documented in 2.1", "group_id": 10410, "id": 2085802}]