<p>I am using Obsidian to create this blog and also using sveltekit to render it to my website blog.</p>
<p>I want to see how it all works out and how it is displayed.</p>
<h1>First Heading</h1>
<h2>Second Heading</h2>
<h3>Third Heading</h3>
<h4>Fourth Heading</h4>
<h5>Fifth Heading</h5>
<h6>Sixth Heading</h6>
<ul>
<li>List</li>
<li>Second Item</li>
</ul>
<ol>
<li>First Number</li>
<li>Second</li>
</ol>
<blockquote>
<p>Quoted text I want to see</p>
</blockquote>
<pre><code>a = 1
b = 2
you = 'awesome'
me = 'sweet'
we = you + me
print(we)
</code></pre>
<p>This is how image would be displayed 👇</p>
<p><img src="https://res.cloudinary.com/dw9dzd7yh/image/upload/f_auto,q_auto/cld-sample-5" alt=""></p>