<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>markdown &amp;mdash; Jonathan Camp</title>
    <link>https://jonathancamp.writeas.com/tag:markdown</link>
    <description>Maybe there&#39;s something here that you&#39;ll find interesting...</description>
    <pubDate>Mon, 13 Jul 2026 14:53:38 +0000</pubDate>
    <image>
      <url>https://i.snap.as/yuf6EsUA.png</url>
      <title>markdown &amp;mdash; Jonathan Camp</title>
      <link>https://jonathancamp.writeas.com/tag:markdown</link>
    </image>
    <item>
      <title>Sample markdown page for testing</title>
      <link>https://jonathancamp.writeas.com/sample-markdown-page-for-testing-well-markdown?pk_campaign=rss-feed</link>
      <description>&lt;![CDATA[#markdown #example&#xA;&#xA;I use this as an example page for markdown, a reference if you will.&#xA;&#xA;https://markdown-it.github.io/&#xA;&#xA;!--more--&#xA;&#xA;---&#xA;&#xA;Advertisement :)&#xA;&#xA;pica - high quality and fast image&#xA;  resize in browser.&#xA;babelfish - developer friendly&#xA;  i18n with plurals support and easy syntax.&#xA;&#xA;You will like those projects!&#xA;&#xA;---&#xA;&#xA;h1 Heading 8-)&#xA;&#xA;h2 Heading&#xA;&#xA;h3 Heading&#xA;&#xA;h4 Heading&#xA;&#xA;h5 Heading&#xA;&#xA;h6 Heading&#xA;&#xA;Horizontal Rule&#xA;&#xA;---&#xA;&#xA;Typographic replacements&#xA;&#xA;Enable typographer option to see result.&#xA;&#xA;(c) (C) (r) (R) (tm) (TM) (p) (P) +-&#xA;&#xA;&#34;Smartypants, double quotes&#34; and &#39;single quotes&#39;&#xA;&#xA;Emphasis&#xA;&#xA;This is bold text&#xA;&#xA;This is italic text&#xA;&#xA;Bold and Italic?&#xA;&#xA;Strikethrough&#xA;&#xA;Task Lists&#xA;&#xA;x] @mentions, #refs, [links, formatting, and deltags/del supported&#xA;[x] list syntax required (any unordered or ordered list supported)&#xA;[x] this is a complete item&#xA;[ ] this is an incomplete item&#xA;&#xA;Blockquotes&#xA;&#xA;  Blockquotes can also be nested...&#xA;      ...by using additional greater-than signs right next to each other...&#xA;          ...or with spaces between arrows.&#xA;&#xA;Lists&#xA;&#xA;Unordered&#xA;&#xA;Create a list by starting a line with +, -, or ``&#xA;Sub-lists are made by indenting 2 spaces:&#xA;  Marker character change forces new list start:&#xA;    Ac tristique libero volutpat at&#xA;    Facilisis in pretium nisl aliquet&#xA;    Nulla volutpat aliquam velit&#xA;Very easy!&#xA;&#xA;Ordered&#xA;&#xA;Lorem ipsum dolor sit amet&#xA;Consectetur adipiscing elit&#xA;Integer molestie lorem at massa&#xA;You can use sequential numbers...&#xA;...or keep all the numbers as 1.&#xA;&#xA;Start numbering with offset:&#xA;&#xA;57. foo&#xA;58. bar&#xA;&#xA;Code&#xA;&#xA;Inline code&#xA;&#xA;Indented code&#xA;&#xA;// Some comments&#xA;line 1 of code&#xA;line 2 of code&#xA;line 3 of code&#xA;&#xA;Block code &#34;fences&#34;&#xA;&#xA;Sample text here...&#xA;&#xA;Syntax highlighting&#xA;&#xA;var foo = function (bar) {&#xA;  return bar++;&#xA;};&#xA;&#xA;console.log(foo(5));&#xA;&#xA;Tables&#xA;&#xA;| Option | Description |&#xA;| ------ | ----------- |&#xA;| data   | path to data files to supply the data that will be passed into templates. |&#xA;| engine | engine to be used for processing templates. Handlebars is the default. |&#xA;| ext    | extension to be used for dest files. |&#xA;&#xA;Right aligned columns&#xA;&#xA;| Option | Description |&#xA;| ------:| -----------:|&#xA;| data   | path to data files to supply the data that will be passed into templates. |&#xA;| engine | engine to be used for processing templates. Handlebars is the default. |&#xA;| ext    | extension to be used for dest files. |&#xA;&#xA;Links&#xA;&#xA;link text&#xA;&#xA;link with title&#xA;&#xA;Autoconverted link:  https://github.com/nodeca/pica (enable linkify to see)&#xA;&#xA;Link with a reference (see the source)&#xA;&#xA;[1]: http://www.microupdate.co.uk &#34;This is a link to micro update&#34;&#xA;&#xA;Images&#xA;&#xA;Minion&#xA;Stormtroopocat&#xA;&#xA;Like links, Images also have a footnote style syntax&#xA;&#xA;Alt text&#xA;&#xA;With a reference later in the document defining the URL location&#xA;&#xA;[catpic]: https://octodex.github.com/images/dojocat.jpg &#34;The Dojocat&#34;&#xA;&#xA;Plugins&#xA;&#xA;The killer feature of markdown-it is very effective support of&#xA;syntax plugins.&#xA;&#xA;Subscript / Superscript&#xA;&#xA;19^th^&#xA;H\~2\~O&#xA;&#xA;ins&#xA;&#xA;++Inserted text++&#xA;&#xA;mark&#xA;&#xA;Marked text==&#xA;&#xA;Footnotes&#xA;&#xA;Footnote 1 link .&#xA;&#xA;Footnote 2 link .&#xA;&#xA;Inline footnote ^[Text of inline footnote] definition.&#xA;&#xA;Duplicated footnote reference .&#xA;&#xA;: Footnote can have markup&#xA;&#xA;and multiple paragraphs.&#xA;&#xA;: Footnote text.&#xA;&#xA;Definition lists&#xA;&#xA;Term 1&#xA;&#xA;:   Definition 1&#xA;with lazy continuation.&#xA;&#xA;Term 2 with inline markup&#xA;&#xA;:   Definition 2&#xA;&#xA;    { some code, part of Definition 2 }&#xA;&#xA;Third paragraph of definition 2.&#xA;&#xA;Compact style:*&#xA;&#xA;Term 1&#xA;&#xA;~ Definition 1&#xA;&#xA;Term 2&#xA;&#xA;~ Definition 2a&#xA;~ Definition 2b&#xA;&#xA;If the above does not work...&#xA;&#xA;dl&#xA;  dtstrongLower cost/strong/dt&#xA;  ddThe new version of this product costs significantly less than the previous one!/dd&#xA;  dtstrongEasier to use/strong/dt&#xA;  ddWe&#39;ve changed the product so that it&#39;s much easier to use!/dd&#xA;  dtstrongSafe for kids/strong/dt&#xA;  ddYou can leave your kids alone in a room with this product and they&#xA;      won&#39;t get hurt (not a guarantee)./dd&#xA;/dl]]&gt;</description>
      <content:encoded><![CDATA[<p><a href="https://jonathancamp.writeas.com/tag:markdown" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">markdown</span></a> <a href="https://jonathancamp.writeas.com/tag:example" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">example</span></a></p>

<p>I use this as an example page for markdown, a reference if you will.</p>

<p><a href="https://markdown-it.github.io/" rel="nofollow">https://markdown-it.github.io/</a></p>



<hr/>

<p><strong>Advertisement :)</strong></p>
<ul><li><strong><a href="https://nodeca.github.io/pica/demo/" rel="nofollow">pica</a></strong> – high quality and fast image
resize in browser.</li>
<li><strong><a href="https://github.com/nodeca/babelfish/" rel="nofollow">babelfish</a></strong> – developer friendly
i18n with plurals support and easy syntax.</li></ul>

<p>You will like those projects!</p>

<hr/>

<h1 id="h1-heading-8" id="h1-heading-8">h1 Heading 8-)</h1>

<h2 id="h2-heading" id="h2-heading">h2 Heading</h2>

<h3 id="h3-heading" id="h3-heading">h3 Heading</h3>

<h4 id="h4-heading" id="h4-heading">h4 Heading</h4>

<h5 id="h5-heading" id="h5-heading">h5 Heading</h5>

<h6 id="h6-heading" id="h6-heading">h6 Heading</h6>

<h2 id="horizontal-rule" id="horizontal-rule">Horizontal Rule</h2>

<hr/>

<h2 id="typographic-replacements" id="typographic-replacements">Typographic replacements</h2>

<p>Enable typographer option to see result.</p>

<p>© © ® ® ™ ™ (p) (P) +-</p>

<p>“Smartypants, double quotes” and &#39;single quotes&#39;</p>

<h2 id="emphasis" id="emphasis">Emphasis</h2>

<p><strong>This is bold text</strong></p>

<p><em>This is italic text</em></p>

<p><strong><em>Bold and Italic?</em></strong></p>

<p><del>Strikethrough</del></p>

<h2 id="task-lists" id="task-lists">Task Lists</h2>
<ul><li>[x] @mentions, <a href="https://jonathancamp.writeas.com/tag:refs" class="hashtag" rel="nofollow"><span>#</span><span class="p-category">refs</span></a>, [links](), <strong>formatting</strong>, and <del>tags</del> supported</li>
<li>[x] list syntax required (any unordered or ordered list supported)</li>
<li>[x] this is a complete item</li>
<li>[ ] this is an incomplete item</li></ul>

<h2 id="blockquotes" id="blockquotes">Blockquotes</h2>

<blockquote><p>Blockquotes can also be nested...</p>

<blockquote><p>...by using additional greater-than signs right next to each other...</p>

<blockquote><p>...or with spaces between arrows.</p></blockquote>
</blockquote></blockquote>

<h2 id="lists" id="lists">Lists</h2>

<h3 id="unordered" id="unordered">Unordered</h3>
<ul><li>Create a list by starting a line with <code>+</code>, <code>-</code>, or <code>*</code></li>
<li>Sub-lists are made by indenting 2 spaces:
<ul><li>Marker character change forces new list start:</li>
<li>Ac tristique libero volutpat at</li>
<li>Facilisis in pretium nisl aliquet</li>
<li>Nulla volutpat aliquam velit</li></ul></li>
<li>Very easy!</li></ul>

<h3 id="ordered" id="ordered">Ordered</h3>
<ol><li>Lorem ipsum dolor sit amet</li>
<li>Consectetur adipiscing elit</li>
<li>Integer molestie lorem at massa</li>
<li>You can use sequential numbers...</li>
<li>...or keep all the numbers as <code>1.</code></li></ol>

<p>Start numbering with offset:</p>
<ol><li>foo</li>
<li>bar</li></ol>

<h2 id="code" id="code">Code</h2>

<p>Inline <code>code</code></p>

<p>Indented code</p>

<pre><code>// Some comments
line 1 of code
line 2 of code
line 3 of code
</code></pre>

<p>Block code “fences”</p>

<pre><code>Sample text here...
</code></pre>

<p>Syntax highlighting</p>

<pre><code class="language-js">var foo = function (bar) {
  return bar++;
};

console.log(foo(5));
</code></pre>

<h2 id="tables" id="tables">Tables</h2>

<table>
<thead>
<tr>
<th>Option</th>
<th>Description</th>
</tr>
</thead>

<tbody>
<tr>
<td>data</td>
<td>path to data files to supply the data that will be passed into templates.</td>
</tr>

<tr>
<td>engine</td>
<td>engine to be used for processing templates. Handlebars is the default.</td>
</tr>

<tr>
<td>ext</td>
<td>extension to be used for dest files.</td>
</tr>
</tbody>
</table>

<h3 id="right-aligned-columns" id="right-aligned-columns">Right aligned columns</h3>

<table>
<thead>
<tr>
<th align="right">Option</th>
<th align="right">Description</th>
</tr>
</thead>

<tbody>
<tr>
<td align="right">data</td>
<td align="right">path to data files to supply the data that will be passed into templates.</td>
</tr>

<tr>
<td align="right">engine</td>
<td align="right">engine to be used for processing templates. Handlebars is the default.</td>
</tr>

<tr>
<td align="right">ext</td>
<td align="right">extension to be used for dest files.</td>
</tr>
</tbody>
</table>

<h2 id="links" id="links">Links</h2>

<p><a href="http://dev.nodeca.com" rel="nofollow">link text</a></p>

<p><a href="http://nodeca.github.io/pica/demo/" title="title text!" rel="nofollow">link with title</a></p>

<p>Autoconverted link:  <a href="https://github.com/nodeca/pica" rel="nofollow">https://github.com/nodeca/pica</a> (enable linkify to see)</p>

<p><a href="http://www.microupdate.co.uk" title="This is a link to micro update" rel="nofollow">Link with a reference (see the source)</a></p>

<h2 id="images" id="images">Images</h2>

<p><img src="https://octodex.github.com/images/minion.png" alt="Minion"/>
<img src="https://octodex.github.com/images/stormtroopocat.jpg" alt="Stormtroopocat" title="The Stormtroopocat"/></p>

<h3 id="like-links-images-also-have-a-footnote-style-syntax" id="like-links-images-also-have-a-footnote-style-syntax">Like links, Images also have a footnote style syntax</h3>

<p><img src="https://octodex.github.com/images/dojocat.jpg" alt="Alt text" title="The Dojocat"/></p>

<p>With a reference later in the document defining the URL location</p>

<h2 id="plugins" id="plugins">Plugins</h2>

<p>The killer feature of <code>markdown-it</code> is very effective support of
<a href="https://www.npmjs.org/browse/keyword/markdown-it-plugin" rel="nofollow">syntax plugins</a>.</p>

<h3 id="subscript-https-github-com-markdown-it-markdown-it-sub-superscript-https-github-com-markdown-it-markdown-it-sup" id="subscript-https-github-com-markdown-it-markdown-it-sub-superscript-https-github-com-markdown-it-markdown-it-sup"><a href="https://github.com/markdown-it/markdown-it-sub" rel="nofollow">Subscript</a> / <a href="https://github.com/markdown-it/markdown-it-sup" rel="nofollow">Superscript</a></h3>
<ul><li>19^th^</li>
<li>H~2~O</li></ul>

<h3 id="ins-https-github-com-markdown-it-markdown-it-ins" id="ins-https-github-com-markdown-it-markdown-it-ins"><a href="https://github.com/markdown-it/markdown-it-ins" rel="nofollow"><ins></a></h3>

<p>++Inserted text++</p>

<h3 id="mark-https-github-com-markdown-it-markdown-it-mark" id="mark-https-github-com-markdown-it-markdown-it-mark"><a href="https://github.com/markdown-it/markdown-it-mark" rel="nofollow"><mark></a></h3>

<p>==Marked text==</p>

<h3 id="footnotes-https-github-com-markdown-it-markdown-it-footnote" id="footnotes-https-github-com-markdown-it-markdown-it-footnote"><a href="https://github.com/markdown-it/markdown-it-footnote" rel="nofollow">Footnotes</a></h3>

<p>Footnote 1 link [^first].</p>

<p>Footnote 2 link [^second].</p>

<p>Inline footnote ^[Text of inline footnote] definition.</p>

<p>Duplicated footnote reference [^second].</p>

<p>[^first]: Footnote <strong>can have markup</strong></p>

<pre><code>and multiple paragraphs.
</code></pre>

<p>[^second]: Footnote text.</p>

<h3 id="definition-lists-https-github-com-markdown-it-markdown-it-deflist" id="definition-lists-https-github-com-markdown-it-markdown-it-deflist"><a href="https://github.com/markdown-it/markdown-it-deflist" rel="nofollow">Definition lists</a></h3>

<p>Term 1</p>

<p>:   Definition 1
with lazy continuation.</p>

<p>Term 2 with <em>inline markup</em></p>

<p>:   Definition 2</p>

<pre><code>    { some code, part of Definition 2 }

Third paragraph of definition 2.
</code></pre>

<p><em>Compact style:</em></p>

<p>Term 1</p>

<p>~ Definition 1</p>

<p>Term 2</p>

<p>~ Definition 2a
~ Definition 2b</p>

<h3 id="if-the-above-does-not-work" id="if-the-above-does-not-work">If the above does not work...</h3>

<dl>
  <dt><strong>Lower cost</strong></dt>
  <dd>The new version of this product costs significantly less than the previous one!</dd>
  <dt><strong>Easier to use</strong></dt>
  <dd>We&#39;ve changed the product so that it&#39;s much easier to use!</dd>
  <dt><strong>Safe for kids</strong></dt>
  <dd>You can leave your kids alone in a room with this product and they
      won&#39;t get hurt (not a guarantee).</dd>
</dl>
]]></content:encoded>
      <guid>https://jonathancamp.writeas.com/sample-markdown-page-for-testing-well-markdown</guid>
      <pubDate>Fri, 28 May 2021 09:49:40 +0000</pubDate>
    </item>
  </channel>
</rss>