i’ve been looking through the forum for a way to not parse {} in an entry, but not having any luck, maybe someone can help or point me to a relevant post.
i'm trying to do a writeup on an AJAX Calendar for EE, i've been using the GeSHify extension to display code blocks which works great until i try to display an EE tag, my {} get parsed via EE and do not display correctly, my current solution is just to add a note to wrap whatever with {}, but it's not a very good solution. it seems like we should have a way to either parse or not parse {} tags in an entry.
for simple pieces i have been just using
{ as in ampersand#123;but when i use GeSHify they are not rendered as {}, but just the code for them (ampersand#123;).
so i have a bit of a catch-22, using html code does not render, and using {} gets parsed by EE.
how do you guys display EE code in a post?