1 2 3 4 5 6 7 8 9
# Syntax highlighting ```astro {2} --- const handlesAstroSyntax = true --- <h1>{handlesAstroSyntax}</h1> ```