11 lines
150 B
HTML
11 lines
150 B
HTML
---
|
|
layout: default
|
|
title: Getting help using cereal
|
|
---
|
|
|
|
{% capture help %}
|
|
{% include help.markdown %}
|
|
{% endcapture %}
|
|
{{ help | markdownify }}
|
|
|