web-blog/node_modules/@11ty/eleventy-plugin-syntaxhighlight/test/issue-75/index.njk

7 lines
116 B
Text
Raw Permalink Normal View History

2026-05-29 18:34:34 +00:00
{% highlight "html" %}
<p>Hello</p>
{% endhighlight %}
{% highlight "diff-html" %}
-<p>Hello</p>
{% endhighlight %}