GitbookIO / kramed

A markdown (kramdown compatible) parser and compiler. Built for speed. (Fork of marked)
MIT License
223 stars 47 forks source link

TypeError: Cannot call method 'toLowerCase' of undefined #29

Closed KINGSABRI closed 8 years ago

KINGSABRI commented 8 years ago

Hi I'm getting the following error due building my book on gitbook

TypeError: Cannot call method 'toLowerCase' of undefined
Please report this to https://github.com/GitbookIO/kramed. (In file 'module_0x1__basic/README.md')

please advice

AaronO commented 8 years ago

@KINGSABRI What's your book ?

KINGSABRI commented 8 years ago

The book name is: Rubyfu under KINGSABRI user

AaronO commented 8 years ago

@KINGSABRI Thanks a lot.

I fixed the issue with 9faeacb81d928a4e6f44f7a991630fb277507833 and 0723a8c54c6e2bbe6233a90b3b67ef1e09227779.

I accidentally introduced those regressions last night (while fixing something else), I've added tests, so that we won't break it in the future.

We'll likely ship a new release to production in ~30mn to 1h

KINGSABRI commented 8 years ago

I'm getting the same issue :(

AaronO commented 8 years ago

@KINGSABRI It's not yet in production, but will be soon. I'll update here when it is :)

KINGSABRI commented 8 years ago

@AaronO Thanks man I wish we can fix it soon since the book will published at the first few days of 2016 and these days have a lot of changes

appreciated!

AaronO commented 8 years ago

@KINGSABRI The fix is live now :) It was just a matter of minutes not months ;)

KINGSABRI commented 8 years ago

@AaronO Yup, it's working now

Thanks!