<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Markup on Under the Anvil</title>
    <link>https://thetextsmith.com/markup/</link>
    <description>Recent content in Markup on Under the Anvil</description>
    <generator>Hugo -- 0.158.0</generator>
    <language>en-us</language>
    <lastBuildDate>Fri, 20 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://thetextsmith.com/markup/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>The Master Template: Consistency in the Forge</title>
      <link>https://thetextsmith.com/markup/the-master-template-ritual/</link>
      <pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/markup/the-master-template-ritual/</guid>
      <description>Using Typst&amp;rsquo;s &amp;lsquo;import&amp;rsquo; and &amp;lsquo;show&amp;rsquo; rules to create a unified look for your entire book project.</description>
    </item>
    <item>
      <title>The Semantic Skeleton: Building for the Screen Reader</title>
      <link>https://thetextsmith.com/markup/the-semantic-skeleton/</link>
      <pubDate>Fri, 20 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/markup/the-semantic-skeleton/</guid>
      <description>Why we use H1, H2, and H3 for logic, not for font size. A lesson in accessible architecture.</description>
    </item>
    <item>
      <title>Front Matter: The Library Card of the File</title>
      <link>https://thetextsmith.com/markup/front-matter-the-invisible-hammer/</link>
      <pubDate>Fri, 13 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/markup/front-matter-the-invisible-hammer/</guid>
      <description>How metadata turns a simple text file into a powerful database entry. Mastering YAML and TOML.</description>
    </item>
    <item>
      <title>The Markup Compass: How to Learn a New Syntax</title>
      <link>https://thetextsmith.com/markup/the-markup-compass/</link>
      <pubDate>Fri, 13 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/markup/the-markup-compass/</guid>
      <description>What to look for when you open a new .md, .typ, or .html file for the first time.</description>
    </item>
    <item>
      <title>The Right Tool for the Word: Domain-Specific Markup</title>
      <link>https://thetextsmith.com/markup/the-right-tool-for-the-word/</link>
      <pubDate>Fri, 13 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/markup/the-right-tool-for-the-word/</guid>
      <description>Why one language isn&amp;rsquo;t enough. Choosing between Markdown, Typst, and HTML based on the task at hand.</description>
    </item>
    <item>
      <title>The Markup Power: Reviving the Lost Art</title>
      <link>https://thetextsmith.com/markup/the-markup-revival/</link>
      <pubDate>Fri, 06 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/markup/the-markup-revival/</guid>
      <description>Why we abandoned the &amp;lsquo;Office Suite&amp;rsquo; to return to the logic of the word. A call to arms for clean, beautiful, and permanent documents.</description>
    </item>
    <item>
      <title>Math Without Menus: The Beauty of Plaintext Equations</title>
      <link>https://thetextsmith.com/markup/math-without-menus/</link>
      <pubDate>Tue, 24 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/markup/math-without-menus/</guid>
      <description>Why hunting for symbols in MS Word is a waste of a researcher&amp;rsquo;s mind. Discover the fluid power of Typst and AsciiMath.</description>
    </item>
    <item>
      <title>Quarto: The Multitool of the Modern Scholar</title>
      <link>https://thetextsmith.com/markup/quarto-the-multitool/</link>
      <pubDate>Thu, 19 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/markup/quarto-the-multitool/</guid>
      <description>&lt;p&gt;If Markdown is a pocketknife, &lt;strong&gt;Quarto&lt;/strong&gt; is a full-scale machine shop. Built on top of Pandoc, it allows us to weave together prose, code, and citations into a single source of truth.&lt;/p&gt;
&lt;h3 id=&#34;why-quarto-wins&#34;&gt;Why Quarto Wins&lt;/h3&gt;
&lt;p&gt;For the Textsmith, Quarto solves the &amp;ldquo;Final Format&amp;rdquo; problem. You write in a single &lt;code&gt;.qmd&lt;/code&gt; file and strike the anvil to produce:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A high-fidelity &lt;strong&gt;PDF&lt;/strong&gt; via Typst or LaTeX.&lt;/li&gt;
&lt;li&gt;A responsive &lt;strong&gt;HTML&lt;/strong&gt; ebook.&lt;/li&gt;
&lt;li&gt;A professional &lt;strong&gt;RevealJS&lt;/strong&gt; presentation for your next conference.&lt;/li&gt;
&lt;/ul&gt;
&lt;h3 id=&#34;the-logic-of-the-source&#34;&gt;The Logic of the Source&lt;/h3&gt;
&lt;p&gt;Because Quarto is plaintext, we can use our &lt;strong&gt;Trinity&lt;/strong&gt; (grep, sed, awk) to audit our citations or bulk-edit our data before we ever &amp;ldquo;render&amp;rdquo; the final product.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Great Markup War: AsciiDoc vs. Markdown</title>
      <link>https://thetextsmith.com/markup/asciidoc-vs-markdown/</link>
      <pubDate>Thu, 19 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/markup/asciidoc-vs-markdown/</guid>
      <description>&lt;p&gt;In the Unix world, we love a good fight. We’ve fought over editors (Vim vs. Emacs), we’ve fought over distros (Systemd vs. Init), and now, we fight over how to write a simple list.&lt;/p&gt;
&lt;h3 id=&#34;markdown-the-peoples-hammer&#34;&gt;Markdown: The People’s Hammer&lt;/h3&gt;
&lt;p&gt;Markdown won the popularity contest for a reason: it is the &amp;ldquo;Vim&amp;rdquo; of markup. It’s fast, ubiquitous, and stays out of your way. For a quick blog post or a README, it is unbeatable. But like a hammer, it’s not great at turning screws.&lt;/p&gt;</description>
    </item>
    <item>
      <title>The Markup Manifesto: Why Plaintext Wins</title>
      <link>https://thetextsmith.com/markup/the-markup-manifesto/</link>
      <pubDate>Thu, 19 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/markup/the-markup-manifesto/</guid>
      <description>In an age of proprietary binaries, the Textsmith chooses the transparency of markup. Discover the philosophy behind our digital forge.</description>
    </item>
    <item>
      <title>The Text Markup Manifesto: Why I Traded the Ribbon for Plaintext</title>
      <link>https://thetextsmith.com/markup/typst-over-word/</link>
      <pubDate>Mon, 16 Feb 2026 00:00:00 +0000</pubDate>
      <guid>https://thetextsmith.com/markup/typst-over-word/</guid>
      <description>Document processing shouldn&amp;rsquo;t require a mouse. Here is why text markup is the superior choice for the accessible, text-driven forge.</description>
    </item>
  </channel>
</rss>
