<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>🧝</title>
    <link>https://www.elves.tw/</link>
    <description>Recent content on 🧝</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <lastBuildDate>Mon, 04 May 2026 06:37:27 +0200</lastBuildDate>
    <atom:link href="https://www.elves.tw/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>About this site</title>
      <link>https://www.elves.tw/wsun/000-about-this-site/</link>
      <pubDate>Mon, 04 May 2026 06:37:27 +0200</pubDate>
      <guid>https://www.elves.tw/wsun/000-about-this-site/</guid>
      <description>&lt;p&gt;This is a personal website I made for me and my friends.&lt;/p&gt;&#xA;&lt;h2 id=&#34;the-stack&#34;&gt;The stack&lt;/h2&gt;&#xA;&lt;p&gt;The website is a static site generated using &lt;a href=&#34;https://gohugo.io/&#34;&gt;Hugo&lt;/a&gt;, with CSS done with &lt;a href=&#34;https://tailwindcss.com/&#34;&gt;TailwindCSS&lt;/a&gt;. LaTeX is rendered using &lt;a href=&#34;https://www.mathjax.org/&#34;&gt;MathJaX&lt;/a&gt;. Images are SVG files made using &lt;a href=&#34;https://inkscape.org/&#34;&gt;Inkscape&lt;/a&gt;. The fancy font for the logo is &lt;a href=&#34;https://github.com/justfont/Elffont&#34;&gt;精靈文．岩 / Elffont Rock&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;&lt;a href=&#34;../../map&#34;&gt;The map&lt;/a&gt; uses &lt;a href=&#34;https://leafletjs.com/&#34;&gt;LeafletJS&lt;/a&gt; for the UI and the &lt;a href=&#34;https://operations.osmfoundation.org/policies/tiles/&#34;&gt;OpenStreetMap tile server&lt;/a&gt; for the actual map.&lt;/p&gt;&#xA;&lt;p&gt;The domain &lt;code&gt;elves.tw&lt;/code&gt; is bought from &lt;a href=&#34;https://myname.pchomebiz.com.tw/&#34;&gt;PChome 買網址&lt;/a&gt;. This website is hosted on &lt;a href=&#34;https://pages.cloudflare.com/&#34;&gt;Cloudflare pages&lt;/a&gt; for free, and the Minecraft server… I&amp;rsquo;m not sure (willelm is renting it from some Minecraft server hosting provider).&lt;/p&gt;&#xA;</description>
    </item>
    <item>
      <title>Test page</title>
      <link>https://www.elves.tw/wsun/test/</link>
      <pubDate>Sat, 02 May 2026 12:48:21 +0200</pubDate>
      <guid>https://www.elves.tw/wsun/test/</guid>
      <description>&lt;h1 id=&#34;h1-title&#34;&gt;H1 title&lt;/h1&gt;&#xA;&lt;h2 id=&#34;h2-title&#34;&gt;H2 title&lt;/h2&gt;&#xA;&lt;h3 id=&#34;h3-title&#34;&gt;H3 title&lt;/h3&gt;&#xA;&lt;p&gt;Look at &lt;strong&gt;this bold text&lt;/strong&gt;, &lt;em&gt;this italicized text&lt;/em&gt;, and &lt;em&gt;&lt;strong&gt;this text that is both&lt;/strong&gt;&lt;/em&gt;!&lt;/p&gt;&#xA;&lt;p&gt;Here is a link to the &lt;a href=&#34;https://spec.commonmark.org/&#34;&gt;CommonMark specification&lt;/a&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;this&lt;/li&gt;&#xA;&lt;li&gt;is&lt;/li&gt;&#xA;&lt;li&gt;an&lt;/li&gt;&#xA;&lt;li&gt;unordered&lt;/li&gt;&#xA;&lt;li&gt;list&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;Here is a block quote.&lt;/p&gt;&#xA;&lt;p&gt;— Doggy&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;p&gt;Here is an &lt;code&gt;inline code span&lt;/code&gt;.&lt;/p&gt;&#xA;&lt;pre&gt;&lt;code&gt;print(&amp;quot;Hello world!&amp;quot;)&#xA;print(&amp;quot;This is a code block!&amp;quot;)&#xA;&lt;/code&gt;&lt;/pre&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;this&lt;/li&gt;&#xA;&lt;li&gt;is&lt;/li&gt;&#xA;&lt;li&gt;an&lt;/li&gt;&#xA;&lt;li&gt;ordered&lt;/li&gt;&#xA;&lt;li&gt;list&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Here is the definition of the \(\Gamma\) function for \(z \in \mathbb{C}\):&#xA;&lt;/p&gt;&#xA;\[ \Gamma(z) = \int_0^\infty t^z \mathrm{e}^{-t} \,\mathrm{d} t \]&lt;p&gt;Below is a fenced code block with syntax highlighting:&lt;/p&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#cdd6f4;background-color:#1e1e2e;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#cba6f7&#34;&gt;for&lt;/span&gt; i &lt;span style=&#34;color:#89dceb;font-weight:bold&#34;&gt;in&lt;/span&gt; &lt;span style=&#34;color:#89dceb&#34;&gt;range&lt;/span&gt;(&lt;span style=&#34;color:#fab387&#34;&gt;10&lt;/span&gt;):&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#89dceb&#34;&gt;print&lt;/span&gt;(i)&#xA;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;Some examples of &lt;a href=&#34;https://github.com/bep/goat&#34;&gt;GoAT diagrams&lt;/a&gt;:&lt;/p&gt;&#xA;&#xA;&#xA;&#xA;&lt;div class=&#34;goat svg-container &#34;&gt;&#xA;  &#xA;    &lt;svg&#xA;      xmlns=&#34;http://www.w3.org/2000/svg&#34;&#xA;      font-family=&#34;Menlo,Lucida Console,monospace&#34;&#xA;      &#xA;        viewBox=&#34;0 0 680 121&#34;&#xA;      &gt;&#xA;      &lt;g transform=&#39;translate(8,16)&#39;&gt;&#xA;&lt;path d=&#39;M 440,0 L 464,0&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 576,0 L 584,0&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 408,16 L 440,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 552,16 L 560,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 144,32 L 176,32&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 176,32 L 208,32&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 296,32 L 312,32&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 312,32 L 328,32&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 440,32 L 464,32&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 576,32 L 584,32&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 384,48 L 408,48&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 512,48 L 536,48&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 128,64 L 144,64&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 144,64 L 160,64&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 192,64 L 208,64&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 208,64 L 224,64&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 440,64 L 464,64&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 576,64 L 584,64&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 408,80 L 440,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 552,80 L 560,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 440,96 L 464,96&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 576,96 L 584,96&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 128,64 L 128,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 144,32 L 144,64&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 160,64 L 160,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 176,0 L 176,32&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 192,64 L 192,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 208,32 L 208,64&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 224,64 L 224,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 280,48 L 280,64&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 312,0 L 312,32&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 344,48 L 344,64&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 408,16 L 408,48&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 408,48 L 408,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 440,0 L 440,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 440,16 L 440,32&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 440,64 L 440,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 440,80 L 440,96&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 536,32 L 536,48&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 536,48 L 536,64&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 8,80 L 24,48&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 24,48 L 48,0&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 56,80 L 72,48&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 624,48 L 640,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 640,16 L 648,0&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 640,80 L 648,64&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 24,48 L 40,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 48,0 L 72,48&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 72,48 L 88,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 624,48 L 640,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 640,80 L 648,96&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 640,16 L 648,32&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 576,0 A 16,16 0 0,0 560,16&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 552,16 A 16,16 0 0,0 536,32&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 296,32 A 16,16 0 0,0 280,48&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 328,32 A 16,16 0 0,1 344,48&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 560,16 A 16,16 0 0,0 576,32&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 280,64 A 16,16 0 0,0 264,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 280,64 A 16,16 0 0,1 296,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 344,64 A 16,16 0 0,0 328,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 344,64 A 16,16 0 0,1 360,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 576,64 A 16,16 0 0,0 560,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 536,64 A 16,16 0 0,0 552,80&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;path d=&#39;M 560,80 A 16,16 0 0,0 576,96&#39; fill=&#39;none&#39; stroke=&#39;currentColor&#39;&gt;&lt;/path&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;8&#39; y=&#39;100&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;1&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;40&#39; y=&#39;100&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;2&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;56&#39; y=&#39;100&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;3&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;88&#39; y=&#39;100&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;4&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;128&#39; y=&#39;100&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;1&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;160&#39; y=&#39;100&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;2&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;192&#39; y=&#39;100&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;3&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;224&#39; y=&#39;100&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;4&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;264&#39; y=&#39;100&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;1&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;296&#39; y=&#39;100&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;2&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;328&#39; y=&#39;100&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;3&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;360&#39; y=&#39;100&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;4&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;480&#39; y=&#39;4&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;1&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;480&#39; y=&#39;36&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;2&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;480&#39; y=&#39;68&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;3&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;480&#39; y=&#39;100&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;4&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;600&#39; y=&#39;4&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;1&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;600&#39; y=&#39;36&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;2&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;600&#39; y=&#39;68&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;3&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;600&#39; y=&#39;100&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;4&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;664&#39; y=&#39;4&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;1&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;664&#39; y=&#39;36&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;2&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;664&#39; y=&#39;68&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;3&lt;/text&gt;&#xA;&lt;text text-anchor=&#39;middle&#39; x=&#39;664&#39; y=&#39;100&#39; fill=&#39;currentColor&#39; style=&#39;font-size:1em&#39;&gt;4&lt;/text&gt;&#xA;&lt;/g&gt;&#xA;&#xA;    &lt;/svg&gt;&#xA;  &#xA;&lt;/div&gt;&#xA;&lt;hr&gt;&#xA;&lt;h1 id=&#34;shortcodes&#34;&gt;Shortcodes&lt;/h1&gt;&#xA;&lt;p&gt;QR code:&lt;/p&gt;&#xA;&lt;img src=&#34;https://www.elves.tw/qr_1051601138fb8349.png&#34; width=&#34;132&#34; height=&#34;132&#34;&gt;&#xA;&lt;p&gt;YouTube:&lt;/p&gt;&#xA;&lt;div style=&#34;position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;&#34;&gt;&#xA;      &lt;iframe allow=&#34;accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share; fullscreen&#34; loading=&#34;lazy&#34; referrerpolicy=&#34;strict-origin-when-cross-origin&#34; src=&#34;https://www.youtube.com/embed/OIBODIPC_8Y?autoplay=0&amp;amp;controls=1&amp;amp;end=0&amp;amp;loop=0&amp;amp;mute=0&amp;amp;start=0&#34; style=&#34;position: absolute; top: 0; left: 0; width: 100%; height: 100%; border:0;&#34; title=&#34;An elf in her natural habitat&#34;&gt;&lt;/iframe&gt;&#xA;    &lt;/div&gt;&#xA;&#xA;&lt;p&gt;Highlighted code block (same as CommonMark fenced code block):&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; style=&#34;color:#cdd6f4;background-color:#1e1e2e;-moz-tab-size:4;-o-tab-size:4;tab-size:4;&#34;&gt;&lt;code class=&#34;language-python&#34; data-lang=&#34;python&#34;&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;&lt;span style=&#34;color:#cba6f7&#34;&gt;for&lt;/span&gt; i &lt;span style=&#34;color:#89dceb;font-weight:bold&#34;&gt;in&lt;/span&gt; &lt;span style=&#34;color:#89dceb&#34;&gt;range&lt;/span&gt;(&lt;span style=&#34;color:#fab387&#34;&gt;10&lt;/span&gt;):&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span style=&#34;display:flex;&#34;&gt;&lt;span&gt;    &lt;span style=&#34;color:#89dceb&#34;&gt;print&lt;/span&gt;(i)&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/p&gt;&#xA;&lt;hr&gt;&#xA;&lt;p&gt;Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut id massa quis tellus varius interdum non molestie nunc. Cras erat ex, posuere vitae metus vel, tincidunt feugiat erat. Mauris pulvinar velit eget eros placerat tincidunt. Integer ipsum nunc, congue eu congue nec, vestibulum in dolor. Sed eu malesuada sapien. Praesent vehicula urna id arcu dapibus aliquam. Suspendisse lacinia lacinia laoreet. Sed augue orci, venenatis varius tincidunt in, tristique sed ipsum. Integer consequat condimentum dui, eu egestas lacus cursus gravida. Morbi eget arcu id tellus fringilla laoreet cursus sit amet leo. Nullam feugiat magna non elit dapibus maximus. Curabitur et risus at diam lacinia pharetra sed quis magna. Nulla at est at elit vestibulum vestibulum.&lt;/p&gt;&#xA;&lt;p&gt;Vivamus blandit sapien dui, feugiat fringilla tortor sodales in. Donec id fermentum elit, et euismod lacus. Vivamus mollis rutrum elit, ac vestibulum arcu luctus eget. In rutrum viverra sapien, sit amet accumsan magna auctor a. Nulla ac interdum metus. Suspendisse molestie justo nisl, et luctus urna faucibus ac. Integer porta in tellus nec semper. Mauris sagittis velit eget elit condimentum efficitur. Sed purus justo, auctor ut sagittis ac, gravida nec odio. Duis maximus, quam ac mollis tempor, orci leo varius enim, ut mollis sapien diam in elit.&lt;/p&gt;&#xA;&lt;p&gt;Phasellus ornare sagittis libero quis aliquam. Donec id erat sed dolor mattis elementum non nec ex. Cras molestie nisl et ipsum fermentum, at auctor ipsum porttitor. Nulla dictum interdum leo, at malesuada nunc fermentum ut. Nullam ut felis nunc. Cras non lacus quis est dictum pellentesque in vitae nisl. Aenean aliquam erat sed eros tincidunt, in suscipit diam accumsan. Curabitur vitae mollis leo. Proin feugiat cursus lacus ac lobortis. Vivamus semper suscipit sapien, eget egestas ex gravida hendrerit. Etiam ac massa vitae felis pretium tincidunt.&lt;/p&gt;&#xA;&lt;p&gt;Cras vitae sem vitae orci mollis euismod quis vitae nisl. Mauris cursus in justo quis lobortis. Integer et metus dignissim, porta nunc non, elementum quam. Etiam sit amet magna pellentesque, malesuada urna quis, finibus lorem. Nam accumsan ligula ut enim laoreet imperdiet. Curabitur elit purus, interdum non volutpat eu, lacinia et lorem. Etiam sit amet maximus tellus. In vel felis sit amet lectus euismod faucibus.&lt;/p&gt;&#xA;&lt;p&gt;Fusce ornare pulvinar ante, quis feugiat massa convallis a. Quisque at nulla quis justo imperdiet mollis. Morbi sed lacus tincidunt, aliquam leo non, gravida lacus. Nam varius justo sit amet turpis pretium ultricies. Duis auctor elit nec lacinia placerat. Praesent dapibus enim nec elit tempor, non auctor ante pellentesque. Nunc tincidunt iaculis venenatis. Nunc congue magna lectus. Nam at sodales leo. Pellentesque congue dolor quis sollicitudin ultricies. Suspendisse dapibus ultricies aliquet. Pellentesque imperdiet, lorem vitae posuere pretium, elit augue porttitor urna, ut ornare quam nulla convallis nunc. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia curae; Aenean at aliquam nulla, non laoreet sem. Quisque posuere porttitor velit, vitae condimentum risus ornare ac. Suspendisse eget interdum arcu.&lt;/p&gt;&#xA;</description>
    </item>
  </channel>
</rss>