<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://leowajda.github.io/feed.xml" rel="self" type="application/atom+xml" /><link href="https://leowajda.github.io/" rel="alternate" type="text/html" /><updated>2026-04-09T02:30:39+00:00</updated><id>https://leowajda.github.io/feed.xml</id><title type="html">Leonardo Wajda</title><subtitle></subtitle><author><name>Leonardo Wajda</name></author><entry><title type="html">First Note</title><link href="https://leowajda.github.io/2026/04/05/first-note.html" rel="alternate" type="text/html" title="First Note" /><published>2026-04-05T00:00:00+00:00</published><updated>2026-04-05T00:00:00+00:00</updated><id>https://leowajda.github.io/2026/04/05/first-note</id><content type="html" xml:base="https://leowajda.github.io/2026/04/05/first-note.html"><![CDATA[<p>This is a small article to verify that leowajda.github.io can render inline math like $e^{i\pi} + 1 = 0$ and block math:</p>

\[\sum_{k=1}^{n} k = \frac{n(n + 1)}{2}\]

<p>It also renders code blocks with the shared copy button:</p>

<div class="language-ts highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="kd">const</span> <span class="nx">greeting</span> <span class="o">=</span> <span class="dl">"</span><span class="s2">hello world</span><span class="dl">"</span>
<span class="nx">console</span><span class="p">.</span><span class="nf">log</span><span class="p">(</span><span class="nx">greeting</span><span class="p">)</span>
</code></pre></div></div>]]></content><author><name>Leonardo Wajda</name></author><summary type="html"><![CDATA[This is a small article to verify that leowajda.github.io can render inline math like $e^{i\pi} + 1 = 0$ and block math:]]></summary></entry></feed>