<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Reference on letsblaze</title><link>https://letsblaze.thomaslaurenson.com/docs/reference/</link><description>Recent content in Reference on letsblaze</description><generator>Hugo</generator><language>en-US</language><atom:link href="https://letsblaze.thomaslaurenson.com/docs/reference/index.xml" rel="self" type="application/rss+xml"/><item><title>Features</title><link>https://letsblaze.thomaslaurenson.com/docs/reference/features/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://letsblaze.thomaslaurenson.com/docs/reference/features/</guid><description>&lt;h2 id="no-javascript"&gt;No JavaScript&lt;/h2&gt;
&lt;p&gt;letsblaze ships zero client-side JavaScript. All interactive behaviour uses
native HTML elements (&lt;code&gt;&amp;lt;details&amp;gt;&lt;/code&gt;, &lt;code&gt;&amp;lt;summary&amp;gt;&lt;/code&gt;) or CSS (&lt;code&gt;prefers-color-scheme&lt;/code&gt;,
&lt;code&gt;aria-current&lt;/code&gt;).&lt;/p&gt;
&lt;h2 id="no-external-resources"&gt;No external resources&lt;/h2&gt;
&lt;p&gt;No external stylesheets, no web fonts, no CDN calls. All styles are inline.
Every page is self-contained.&lt;/p&gt;
&lt;h2 id="dark-mode"&gt;Dark mode&lt;/h2&gt;
&lt;p&gt;Dark mode is automatic — it follows the system &lt;code&gt;prefers-color-scheme&lt;/code&gt; preference.
No toggle, no JavaScript, no cookie. It just works.&lt;/p&gt;
&lt;h2 id="syntax-highlighting"&gt;Syntax highlighting&lt;/h2&gt;
&lt;p&gt;Code blocks are highlighted at build time using Hugo&amp;rsquo;s Chroma highlighter with
inline styles. The default style is &lt;code&gt;monochrome&lt;/code&gt;. See Configuration for how to
change it.&lt;/p&gt;</description></item><item><title>Markdown</title><link>https://letsblaze.thomaslaurenson.com/docs/reference/markdown/</link><pubDate>Thu, 01 Jan 2026 00:00:00 +0000</pubDate><guid>https://letsblaze.thomaslaurenson.com/docs/reference/markdown/</guid><description>&lt;p&gt;A reference for all Markdown elements supported by letsblaze. Use this page
to verify rendering before writing content.&lt;/p&gt;
&lt;h2 id="headings"&gt;Headings&lt;/h2&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;h1&amp;gt;&lt;/code&gt; is reserved for the page title. Use &lt;code&gt;&amp;lt;h2&amp;gt;&lt;/code&gt; to &lt;code&gt;&amp;lt;h6&amp;gt;&lt;/code&gt; in content.&lt;/p&gt;
&lt;h2 id="h2"&gt;H2&lt;/h2&gt;
&lt;h3 id="h3"&gt;H3&lt;/h3&gt;
&lt;h4 id="h4"&gt;H4&lt;/h4&gt;
&lt;h5 id="h5"&gt;H5&lt;/h5&gt;
&lt;h6 id="h6"&gt;H6&lt;/h6&gt;
&lt;h2 id="paragraph"&gt;Paragraph&lt;/h2&gt;
&lt;p&gt;Standard paragraph text. Separate paragraphs with a blank line. Line breaks
within a paragraph are collapsed to a space unless you end a line with two
spaces or a backslash.&lt;/p&gt;
&lt;h2 id="blockquotes"&gt;Blockquotes&lt;/h2&gt;
&lt;blockquote&gt;
&lt;p&gt;Single-level blockquote.&lt;/p&gt;</description></item></channel></rss>