Sha256: 4108958c1f292061a640aad73a24492fee5cd70655297e033ee2dca9df916f07

Contents?: true

Size: 599 Bytes

Versions: 4

Compression:

Stored size: 599 Bytes

Contents

---
layout: post
title:  "Do Not Render the Result"
categories: jekyll update
---
Sometimes posts will contain examples of Liquid code, like this from the [18F blog post about Jekyll and webhooks](https://18f.gsa.gov/2014/11/17/taking-control-of-our-website-with-jekyll-and-webhooks/):

```html
<p class="authors">
  by {% raw %}{% author chrisc %}{% endraw %}, {%raw %}{% author mhz %}{% endraw %}, and {% raw %}{% author nick %}{% endraw %}
</p>
```

If we render the `pages.json` corpus, the Liquid tags will generate text that is not properly JSON-escaped, rendering the corpus as invalid JSON.

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jekyll_pages_api-0.1.6 spec/site/_posts/2015-05-25-do-not-render-result.markdown
jekyll_pages_api-0.1.5 spec/site/_posts/2015-05-25-do-not-render-result.markdown
jekyll_pages_api-0.1.4 spec/site/_posts/2015-05-25-do-not-render-result.markdown
jekyll_pages_api-0.1.3 spec/site/_posts/2015-05-25-do-not-render-result.markdown