Skip to content

Instantly share code, notes, and snippets.

@talkingnews
Created September 2, 2012 14:34
Show Gist options
  • Save talkingnews/3599631 to your computer and use it in GitHub Desktop.
Save talkingnews/3599631 to your computer and use it in GitHub Desktop.
Pyrocms forums buglist
-------------- Comments within tags ------------
Comments within tags do not show in PyroCMS
{{# This is a comment #}}
Try wrapping that in noparse:
{{ noparse }}
{{# This is a comment #}}
{{ /noparse }}
Gives You have a syntax error in your Lex tags: The snippet of text that contains the error has been output to your application's log file.
-------------- Code sample breaks forum ------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment