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

10 lines
127 B
Text
Raw Permalink Normal View History

2018-12-07 08:48:05 -06:00
puts {{ "hello world" }}
{% verbatim %}{{ "bla".id }}{% end %}
macro foo
{% verbatim %}
{{ "bla".id }}
{% end %}
end