Tagged Questions
14
votes
2answers
759 views
Syntax Highlighting with Pygments is failing via Liquid Templates String Error
I'm using Jekyll to convert my markdown and Pygments for syntax highlighting.
Here is the error maruku displays:
Liquid error: undefined method `join' for "\n song_info = []\n for song in songs:\n ...
4
votes
2answers
1k views
Syntax highlighting with Markdown & Pygments in Django
I've been trying to get syntax highlighting working in my simple Django (1.1) test app using Markdown (2.0.1) & Pygments (1.0). The idea is to generate HTML from the users input which is in ...