web-blog/node_modules/@11ty/eleventy-plugin-syntaxhighlight/test/issue-75/index.njk
2026-05-29 19:34:34 +01:00

6 lines
116 B
Text

{% highlight "html" %}
<p>Hello</p>
{% endhighlight %}
{% highlight "diff-html" %}
-<p>Hello</p>
{% endhighlight %}