<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Markdown on My New Hugo Site</title><link>https://example.org/tags/markdown/</link><description>Recent content from My New Hugo Site</description><generator>Hugo</generator><language>en</language><managingEditor>pathakdivy03@gmail.com (Divy Pathak)</managingEditor><webMaster>pathakdivy03@gmail.com (Divy Pathak)</webMaster><copyright>All articles on this blog are licensed under the BY-NC-SA license agreement unless otherwise stated. Please indicate the source when reprinting!</copyright><lastBuildDate>Wed, 01 Oct 2025 22:07:57 +0530</lastBuildDate><atom:link href="https://example.org/tags/markdown/index.xml" rel="self" type="application/rss+xml"/><item><title>Markdown Basic Elements</title><link>https://example.org/post/main/</link><pubDate>Thu, 09 Jun 2022 20:12:52 +0800</pubDate><author>pathakdivy03@gmail.com (Divy Pathak)</author><guid>https://example.org/post/main/</guid><description>
<![CDATA[<h1>Markdown Basic Elements</h1><p>Author: Divy Pathak(pathakdivy03@gmail.com)</p>
        
          <h2 id="markdown-基本元素">
<a class="header-anchor" href="#markdown-%e5%9f%ba%e6%9c%ac%e5%85%83%e7%b4%a0"></a>
Markdown 基本元素
</h2><h3 id="标题">
<a class="header-anchor" href="#%e6%a0%87%e9%a2%98"></a>
标题
</h3><h1 id="h1">
<a class="header-anchor" href="#h1"></a>
H1
</h1><h2 id="h2">
<a class="header-anchor" href="#h2"></a>
H2
</h2><h3 id="h3">
<a class="header-anchor" href="#h3"></a>
H3
</h3><h4 id="h4">
<a class="header-anchor" href="#h4"></a>
H4
</h4><h5 id="h5">
<a class="header-anchor" href="#h5"></a>
H5
</h5><h6 id="h6">
<a class="header-anchor" href="#h6"></a>
H6
</h6><h3 id="强调">
<a class="header-anchor" href="#%e5%bc%ba%e8%b0%83"></a>
强调
</h3><p>Emphasis, aka italics, with <em>asterisks</em> or <em>underscores</em>.</p>
<p>Strong emphasis, aka bold, with <strong>asterisks</strong> or <strong>underscores</strong>.</p>
<p>Combined emphasis with <strong>asterisks and <em>underscores</em></strong>.</p>
<p>Strikethrough uses two tildes. <del>Scratch this.</del></p>
<h3 id="列表">
<a class="header-anchor" href="#%e5%88%97%e8%a1%a8"></a>
列表
</h3><h4 id="definition-list-dl">
<a class="header-anchor" href="#definition-list-dl"></a>
Definition List (dl)
</h4><!-- raw HTML omitted -->
<h4 id="ordered-list-ol">
<a class="header-anchor" href="#ordered-list-ol"></a>
Ordered List (ol)
</h4><ol>
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
</ol>
<h4 id="unordered-list-ul">
<a class="header-anchor" href="#unordered-list-ul"></a>
Unordered List (ul)
</h4><ul>
<li>List Item 1</li>
<li>List Item 2</li>
<li>List Item 3</li>
</ul>
<h3 id="段落">
<a class="header-anchor" href="#%e6%ae%b5%e8%90%bd"></a>
段落
</h3><p>Lorem ipsum dolor sit amet, <a href="">test link</a> consectetur adipiscing elit. <strong>Strong text</strong> pellentesque ligula commodo viverra vehicula. <em>Italic text</em> at ullamcorper enim. Morbi a euismod nibh. <!-- raw HTML omitted -->Underline text<!-- raw HTML omitted --> non elit nisl. <del>Deleted text</del> tristique, sem id condimentum tempus, metus lectus venenatis mauris, sit amet semper lorem felis a eros. Fusce egestas nibh at sagittis auctor. Sed ultricies ac arcu quis molestie. Donec dapibus nunc in nibh egestas, vitae volutpat sem iaculis. Curabitur sem tellus, elementum nec quam id, fermentum laoreet mi. Ut mollis ullamcorper turpis, vitae facilisis velit ultricies sit amet. Etiam laoreet dui odio, id tempus justo tincidunt id. Phasellus scelerisque nunc sed nunc ultricies accumsan.</p>
        
        <hr><p>Published on 2022-06-09 at <a href='https://example.org/'>My New Hugo Site</a>, last modified on 2025-10-01</p>]]></description><category>test</category></item><item><title>Learning Obsidian</title><link>https://example.org/post/learning-obsidian/</link><pubDate>Sun, 14 Sep 2025 20:12:52 +0800</pubDate><author>pathakdivy03@gmail.com (Divy Pathak)</author><guid>https://example.org/post/learning-obsidian/</guid><description>
<![CDATA[<h1>Learning Obsidian</h1><p>Author: Divy Pathak(pathakdivy03@gmail.com)</p>
        
          <p>Starting learning obsidian for note making from today 13-Sep.
<a href="https://www.youtube.com/watch?v=QgbLb6QCK88&amp;t=16s">Obsidian for Beginners</a>started watching this tutorial</p>
<p>Learn to write [[Markdown]] with Obsidian</p>
<p>Yay!! I enabled Vim key bindings for Obsidian too and its pretty cool.</p>
<p><strong>Some Keyboard Shortcuts for Obsidian</strong></p>
<ul>
<li><code>ctrl + o</code> to create or find note</li>
<li><code>ctrl + p</code> to open cmd palette</li>
</ul>
        
        <hr><p>Published on 2025-09-14 at <a href='https://example.org/'>My New Hugo Site</a>, last modified on 2025-10-01</p>]]></description><category>project</category></item></channel></rss>