# Highlighting Shortcode Tests

> Published  Jun 06 2026, last updated Jun 06 2026  
> By Ryan Fleck <hello@this-site> and written without LLMs!  
> Original post at <https://ryanfleck.ca/experiments/highlights/>  
> An article of astonishing quality and insight. Happy Hacking!


**Shortcode** like `< hl green "some green." >`

This is a paragraph with some
{{< hl pink "highlights in various colors" >}}.
Here's {{< hl green "some green." >}}

**HTML** `<mark>` type highlights:

This is a paragraph with some <mark class="pink">highlights
in various colors</mark>. Here's <mark class="green"> some green.

Block highlight:
{{< highlight yellow >}}
This should all be yellow.
{{< /highlight >}}

Lol



> Thank you for reading!  
> Find more content at <https://ryanfleck.ca/>  
> Source page: <https://ryanfleck.ca/experiments/highlights/>  
> Site index: [llms.txt](https://ryanfleck.ca/llms.txt)