Skip to content
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

Prevent backticked markup from getting parsed #615

Closed
soupdiver opened this issue Aug 8, 2012 · 3 comments
Closed

Prevent backticked markup from getting parsed #615

soupdiver opened this issue Aug 8, 2012 · 3 comments

Comments

@soupdiver
Copy link

Hey,
I just wanted to publish a blog post for a little plugin I made. I wanted to show the syntax of the plugin {% ... %} in the post and so i put it in `.
But when I previewed the post I recognized that Jekyll tried to parse this through my plugin. Is there a way of preventing this behavior and just outputting the the markup?

@tombell
Copy link
Contributor

tombell commented Aug 8, 2012

Use:

{% raw %}
...
{% endraw %}

@soupdiver
Copy link
Author

thanks works fine ! :)

@tombell
Copy link
Contributor

tombell commented Aug 8, 2012

No problem. :)

@jekyll jekyll locked and limited conversation to collaborators Feb 27, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants