<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Typography on Mono</title><link>https://mono.youali.me/tags/typography/</link><description>Recent content in Typography on Mono</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 10 Jan 2025 00:00:00 +0000</lastBuildDate><atom:link href="https://mono.youali.me/tags/typography/index.xml" rel="self" type="application/rss+xml"/><item><title>Typography and Markdown</title><link>https://mono.youali.me/posts/post-04/</link><pubDate>Fri, 10 Jan 2025 00:00:00 +0000</pubDate><guid>https://mono.youali.me/posts/post-04/</guid><description>&lt;p>This guide covers all the basic Markdown formatting options available in the theme.&lt;/p>
&lt;hr>
&lt;h2 id="basic-text-formatting">Basic Text Formatting&lt;/h2>
&lt;p>As is standard in Markdown, the basic formatting options are:&lt;/p>
&lt;ul>
&lt;li>&lt;strong>Bold text&lt;/strong> is created using double asterisks: &lt;code>**bold text**&lt;/code>&lt;/li>
&lt;li>&lt;em>Italic text&lt;/em> is created using single asterisks: &lt;code>*italic text*&lt;/code>&lt;/li>
&lt;li>&lt;code>Inline code&lt;/code> is created using backticks: &lt;code>`inline code`&lt;/code>&lt;/li>
&lt;li>&lt;del>Strikethrough&lt;/del>: created using double tildes: &lt;code>~~strikethrough~~&lt;/code>&lt;/li>
&lt;li>&lt;a href="https://example.com">Links&lt;/a> are created using: &lt;code>[Link Text](https://example.com)&lt;/code>&lt;/li>
&lt;/ul>
&lt;h3 id="headings">Headings&lt;/h3>
&lt;p>Mono supports six levels of headings, each with appropriate sizing and spacing for clear visual hierarchy, which are created using hash symbols:&lt;/p></description></item></channel></rss>