test/index.md in octopress-escape-code-1.0.3 vs test/index.md in octopress-escape-code-1.0.4
- old
+ new
@@ -1,7 +1,8 @@
---
escape_code: true
+escape_raw: true
---
Some text
```
@@ -10,11 +11,11 @@
{% some tag that should break %}
Stuff!
```
guys!
-Testing the ``dobule {% _guys_ seriously? %} ` type`` of code thing.
+Testing the ``double {% _guys_ seriously? %} ` type`` of code thing.
The random tab character below shouldn't trigger an escape.
So here's a `{% nonexistant tag %}` that should be escaped.
@@ -32,5 +33,13 @@
Stuff!
{% endcodeblock %}
stuff
{% foo %}
some text
+
+ {% highlight html %}{% raw %}
+ <article>{{ post.content }}</article>
+ {% endraw %}{% endhighlight %}
+
+Test inner space block raw replacement:
+
+ This inline {% raw %}`<code>`{% endraw %} tag is escaped.