presentations/highlight-js/test/markup/crystal/macro.txt

9 lines
127 B
Text

puts {{ "hello world" }}
{% verbatim %}{{ "bla".id }}{% end %}
macro foo
{% verbatim %}
{{ "bla".id }}
{% end %}
end