Skip to content

Commit 099b8e5

Browse files
authored
Update 2018-11-01-platformos-2of4.md
Trying out `{% raw %} ... {% endraw %}`
1 parent 1b8ffe8 commit 099b8e5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

_posts/articles/2018-11-01-platformos-2of4.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ Our style guide is just as much a work in progress as our documentation, but we
4949

5050
Our site uses Liquid pages, but to make editing easier for contributors, we write documentation content in GitHub Flavored Markdown and use a Markdown converter to turn it into Liquid. Our [templates](https://github.com/mdyd-dev/nearme-documentation/tree/master/marketplace_builder/views/pages/doc-templates) include all non-changeable content, and placeholders with explanations for the parts to add. Placeholders provide information on the recommended format (e.g. title), and any requirements or limitations (e.g. maximum number of characters). Recurring sections, like the question block at the bottom of each page, are added using a partial.
5151

52-
```ruby
52+
{% raw %}
53+
```
5354
---
5455
converter: markdown
5556
metadata:
@@ -100,6 +101,7 @@ Congratulations! You have [what the user has achieved].
100101
101102
{% include 'shared/questions_section' %}
102103
```
104+
{% endraw %}
103105

104106
_Tutorial template_
105107

0 commit comments

Comments
 (0)