<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0" xmlns:media="http://search.yahoo.com/mrss/"><channel><title><![CDATA[dixonnet.org]]></title><description><![CDATA[Thoughts, stories and ideas.]]></description><link>http://dixonnet.org/</link><image><url>http://dixonnet.org/favicon.png</url><title>dixonnet.org</title><link>http://dixonnet.org/</link></image><generator>Ghost 5.75</generator><lastBuildDate>Fri, 17 Apr 2026 09:51:51 GMT</lastBuildDate><atom:link href="http://dixonnet.org/rss/" rel="self" type="application/rss+xml"/><ttl>60</ttl><item><title><![CDATA[Testing Ghost Entries with Markdown]]></title><description><![CDATA[<p>Lately, I&apos;ve gone all in on <a href="https://www.markdownguide.org/?ref=dixonnet.org">Markdown</a>. For me, the biggest benefits are never having to move my hands away from the keyboard. Fortunately, Markdown support has become ubiquitous, from <a href="https://gitlab.com/?ref=dixonnet.org">GitLab</a> README.md files to note taking applications such as <a href="https://bear.app/?ref=dixonnet.org">Bear</a> and <a href="https://agenda.com/?ref=dixonnet.org">Agenda</a>.</p><p>I wanted to test the</p>]]></description><link>http://dixonnet.org/ghost_markdown/</link><guid isPermaLink="false">658f12b1b5205c056de5888e</guid><category><![CDATA[markdown]]></category><dc:creator><![CDATA[Doug Dixon]]></dc:creator><pubDate>Fri, 29 Dec 2023 19:02:15 GMT</pubDate><media:content url="http://dixonnet.org/content/images/2023/12/drafts_markdown.png" medium="image"/><content:encoded><![CDATA[<img src="http://dixonnet.org/content/images/2023/12/drafts_markdown.png" alt="Testing Ghost Entries with Markdown"><p>Lately, I&apos;ve gone all in on <a href="https://www.markdownguide.org/?ref=dixonnet.org">Markdown</a>. For me, the biggest benefits are never having to move my hands away from the keyboard. Fortunately, Markdown support has become ubiquitous, from <a href="https://gitlab.com/?ref=dixonnet.org">GitLab</a> README.md files to note taking applications such as <a href="https://bear.app/?ref=dixonnet.org">Bear</a> and <a href="https://agenda.com/?ref=dixonnet.org">Agenda</a>.</p><p>I wanted to test the Markdown capabilities of the blogging engine that I&apos;m currently testing, <a href="https://www.ghost.org/?ref=dixonnet.org">Ghost</a>. This post was written in <a href="https://getdrafts.com/?ref=dixonnet.org">Drafts</a>. The attached screenshot shows the raw Markdown.</p><h2 id="bold-and-italic">Bold and Italic</h2><p><strong>This is bold</strong><br><em>This is italic</em></p><h2 id="tables">Tables</h2>
<!--kg-card-begin: html-->
<table>
<thead>
<tr>
<th>Column 1</th>
<th>Column 2</th>
<th>Column 3</th>
</tr>
</thead>
<tbody>
<tr>
<td>R1C1</td>
<td>R1C2</td>
<td>R1C3</td>
</tr>
<tr>
<td>R2C1</td>
<td>R2C2</td>
<td>R2C3</td>
</tr>
</tbody>
</table>
<!--kg-card-end: html-->
<h2 id="task-lists">Task Lists</h2><ul><li>[ ] Task 1</li><li>[x] Task 2 (Completed)</li><li>[ ] Task 3</li></ul><h2 id="numbered-lists">Numbered Lists</h2><ol><li>List Item 1</li><li>List Item 2</li><li>List Item 3</li></ol><h2 id="bullet-lists">Bullet Lists</h2><ul><li>Bullet 1</li><li>Bullet 2</li><li>Bullet 3</li></ul><h2 id="code-blocks">Code Blocks</h2><pre><code>#!/usr/bin/env python3

def my_function():
    return True

def main():
    print (&quot;hello world&quot;)

if __name__ == &quot;__main__&quot;:
    main()
</code></pre><h2 id="conclusion">Conclusion</h2><p>This entire post was simply copied and pasted from Drafts to Ghost. All the different Markdown formats appear to have imported with no issues &#x1F44F;!</p>]]></content:encoded></item><item><title><![CDATA[Hello World]]></title><description><![CDATA[<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat</p>]]></description><link>http://dixonnet.org/coming-soon/</link><guid isPermaLink="false">658ef82b9d7e2b07c448f5bf</guid><category><![CDATA[News]]></category><dc:creator><![CDATA[Doug Dixon]]></dc:creator><pubDate>Fri, 29 Dec 2023 16:47:39 GMT</pubDate><media:content url="https://static.ghost.org/v4.0.0/images/feature-image.jpg" medium="image"/><content:encoded><![CDATA[<img src="https://static.ghost.org/v4.0.0/images/feature-image.jpg" alt="Hello World"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p>]]></content:encoded></item></channel></rss>