guides
guides copied to clipboard
Build your own Rails guides
This fixes undefined method `post_match' for nil:NilClass when a :NOTE, :TIP etc is the last thing in the .textile
Without escaping curly braces all commands fail with the following error on ruby 1.8: ``` /usr/lib/ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require': /var/lib/gems/1.8/gems/guides-0.7.2/lib/guides/indexer.rb:49: invalid regular expression; there's no previous pattern, to which '{' would define...
It would be great to be able to add custom markdown extensions. In my guide i want to be able to write: `CUSTOM_NOTE: "some text"` That textile code should result...
The guide indexer (the thing that appends numbers before h3's and h4s) will choke if you have something like the following in a Textile document (taken from the Sproutcore Guides):...
i found that the chapter field in the right column of the page cannot display Chinese contents. as the chapter's div id is named by the chapter's title, the Chinese...
I didn't bother with a spec since there are already 8 failing specs. I did test it manually though.