New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Liquid error: undefined method Syntax Highlighting Ubuntu Oneiric #243
Comments
|
Thank you for pointing this out, I added the Liquid version to the Gemfile. |
|
what can I do if I need to use liquid 2.3 because of jekyll? |
|
Try the following: The same error also exists in the blockquote plugin: |
|
Could you tell me what the problem is? Is the .map method deprecated? # Convert the entire content array into one large string
lines = super.map(&:strip).join("\n") |
|
I fixed that particular plugin by changing that line to lines = super |
|
Jon - that helped so much with something I struggled with all day. Thank you! |
After upgrading into Ubuntu Oneiric, i found error syntax highlighting {% codeblock %} at my octopress blog :
This is because Liquid 2.3.0. So, i downgrade into Liquid 2.2.2 and solve this problem.
Somebody also facing this problem.
I post "How to develop Octopress on Ubuntu Oneiric" to help people avoid rake install error and syntax hightlighting.
Thanks
The text was updated successfully, but these errors were encountered: