-
Notifications
You must be signed in to change notification settings - Fork 80
Fenced code blocks don't work #28
Comments
Correct. The extension is not enabled here. It is, in my Nokogiri branch. |
Any hints on how to enable Maruku with support for fenced code blocks in Jekyll (intelligible to a non-ruby-developer)? To start, how do I install the gem corresponding to the Nokogiri branch? |
I don't know how to do that from Rubgems, but Bundler handles that task just fine. |
Thanks for the link, just installed the bundler gem. I'm a bit dense, looks like I need to run
to use your github branch for the Maruku gem. I tried running that command from the command line and bash just gets confused. How was I supposed to have done it? |
@distler I cloned your Nokogiri branch and ran
to display properly. Perhaps I haven't convinced it to use the right version of maruku? Have I missed something? |
I believe that you need at least five '~'s to signal the start of a fenced codeblock, and an equal (or larger) number to end one. |
We should support three-backtick fenced code blocks as well. |
Fenced code blocks (tildes and backticks) can be enabled in 0.7.0 using the |
Supposedly Maruku supports the features from Markdown Extra, and they appear to be enabled by default. On that page, however, there is a description of “fenced code blocks” which are activated by lines of tildes. These don't seem to get translated by Maruku:
It's possible I'm missing some way of enabling these, but a few quick greps of the source turned up nothing.
The text was updated successfully, but these errors were encountered: