jekyll build error
lisongx opened this issue · 4 comments
I was using ruby 2.0.0p195 and jekylll 1.2.1
it seems that markdown parsing have some problem
| Illegal character '&' in raw string "http://mailhide.recaptcha.net/d?k=01YVFnHW9NHLw39fEf2vm6mw==&c=ct4jjs4oH5itVZAFwWghfBP-5PfgsNuW15Gikv_byzQqQSSmTPpvOvuzkvw7KXZLWPIDEtGHNx693fKe1No2Qg=="
| Line: 3
| Position: 342
| Last 80 unconsumed characters:
| >
+---------------------------------------------------------------------------
!/Users/sean/.rvm/gems/ruby-2.0.0-p195@global/gems/maruku-0.6.1/lib/maruku/errors_management.rb:56:in `maruku_recover'
!/Users/sean/.rvm/gems/ruby-2.0.0-p195@global/gems/maruku-0.6.1/lib/maruku/helpers.rb:96:in `rescue in md_html'
!/Users/sean/.rvm/gems/ruby-2.0.0-p195@global/gems/maruku-0.6.1/lib/maruku/helpers.rb:85:in `md_html'
!/Users/sean/.rvm/gems/ruby-2.0.0-p195@global/gems/maruku-0.6.1/lib/maruku/input/parse_block.rb:255:in `read_raw_html'
!/Users/sean/.rvm/gems/ruby-2.0.0-p195@global/gems/maruku-0.6.1/lib/maruku/input/parse_block.rb:88:in `parse_blocks'
\___________________________________________________________________________
Conversion error: There was an error converting 'community/1-mailing-lists.md
I think we need to specify ruby version and jekyll version in a Gemfile, maybe change a markdown parser in _config.yml?
Closed, it turns out my local copy is too old, pull upstream solve this.
But I think we need a Gemfile, in case some thing broken in future version
yes, that's a good idea. and specify the exact gems that github use
On Sat, Oct 26, 2013 at 4:15 AM, Sean Lee notifications@github.com wrote:
Closed, it turns out my local copy is too old, pull upstream solve this.
But I think we need a Gemfile, in case some thing broken in future version
—
Reply to this email directly or view it on GitHubhttps://github.com//issues/18#issuecomment-27137272
.
@crucialfelix
I'll sent you guys a pull request!
thanks Sean ! merged it !
On Sat, Oct 26, 2013 at 1:52 PM, Sean Lee notifications@github.com wrote:
@crucialfelix https://github.com/crucialfelix
I'll sent you guys a pull request!—
Reply to this email directly or view it on GitHubhttps://github.com//issues/18#issuecomment-27144789
.