mirror of
https://github.com/moparisthebest/android.moparisthebest.org
synced 2024-12-23 16:08:53 -05:00
added a test for escaping liquid tags in code blocks
This commit is contained in:
parent
23990084e2
commit
6ae3369466
@ -9,6 +9,8 @@ categories:
|
||||
puts awesome unless @foo
|
||||
```
|
||||
|
||||
{% raw %}
|
||||
``` ruby
|
||||
puts "{{awesome}}" unless @foo
|
||||
```
|
||||
{% endraw %}
|
||||
|
Loading…
Reference in New Issue
Block a user