Skip to content

Instantly share code, notes, and snippets.

@jgthms
Created October 16, 2013 09:16
Show Gist options
  • Save jgthms/7004969 to your computer and use it in GitHub Desktop.
Save jgthms/7004969 to your computer and use it in GitHub Desktop.
Weird Jekyll bug. A paragraph starts with the following sentence: "I bought my first Mac two years ago: a brand new (and relatively expensive) 27 inch iMac. ". It triggers the following error. If I delete the sentence, the error disappears.
/gems/maruku-0.6.1/lib/maruku/string_utils.rb:71:in `normalize_key_and_value': undefined method `strip' for nil:NilClass (NoMethodError)
@jgthms
Copy link
Author

jgthms commented Oct 16, 2013

Well, it seems it was the colon in my sentence. It's weird because my YAML header is ok, and this paragraph isn't even the first one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment