From 0022f3f099fc6294d3613608f6720cfe5ab8118d Mon Sep 17 00:00:00 2001
From: Deployment Bot (from Travis CI) <deploy@travis-ci.org>
Date: Sat, 25 Jan 2020 18:29:27 +0000
Subject: [PATCH] Deploy kc0bfv/ticky_tacky_dark to github.com/kc0bfv/ticky_tacky_dark.git:gh-pages

---
 markdown-syntax/index.html |   95 ++++++++++++-----------------------------------
 1 files changed, 25 insertions(+), 70 deletions(-)

diff --git a/markdown-syntax/index.html b/markdown-syntax/index.html
index 2249e02..3f0d83c 100644
--- a/markdown-syntax/index.html
+++ b/markdown-syntax/index.html
@@ -17,7 +17,7 @@
 
 
 
-<meta name="generator" content="Hugo 0.58.3">
+<meta name="generator" content="Hugo 0.63.1">
 
 
 <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
@@ -62,51 +62,31 @@
     </div>
     <div class="col-12 col-sm-7">
         <p>This article offers a sample of basic Markdown syntax that can be used in Hugo content files, also it shows whether basic HTML elements are decorated with CSS in a Hugo theme.</p>
-
 <h2 id="headings">Headings</h2>
-
 <p>The following HTML <code>&lt;h1&gt;</code>—<code>&lt;h6&gt;</code> elements represent six levels of section headings. <code>&lt;h1&gt;</code> is the highest section level while <code>&lt;h6&gt;</code> is the lowest.</p>
-
 <h1 id="h1">H1</h1>
-
 <h2 id="h2">H2</h2>
-
 <h3 id="h3">H3</h3>
-
 <h4 id="h4">H4</h4>
-
 <h5 id="h5">H5</h5>
-
 <h6 id="h6">H6</h6>
-
 <h2 id="paragraph">Paragraph</h2>
-
 <p>Xerum, quo qui aut unt expliquam qui dolut labo. Aque venitatiusda cum, voluptionse latur sitiae dolessi aut parist aut dollo enim qui voluptate ma dolestendit peritin re plis aut quas inctum laceat est volestemque commosa as cus endigna tectur, offic to cor sequas etum rerum idem sintibus eiur? Quianimin porecus evelectur, cum que nis nust voloribus ratem aut omnimi, sitatur? Quiatem. Nam, omnis sum am facea corem alique molestrunt et eos evelece arcillit ut aut eos eos nus, sin conecerem erum fuga. Ri oditatquam, ad quibus unda veliamenimin cusam et facea ipsamus es exerum sitate dolores editium rerore eost, temped molorro ratiae volorro te reribus dolorer sperchicium faceata tiustia prat.</p>
-
 <p>Itatur? Quiatae cullecum rem ent aut odis in re eossequodi nonsequ idebis ne sapicia is sinveli squiatum, core et que aut hariosam ex eat.</p>
-
 <h2 id="blockquotes">Blockquotes</h2>
-
 <p>The blockquote element represents content that is quoted from another source, optionally with a citation which must be within a <code>footer</code> or <code>cite</code> element, and optionally with in-line changes such as annotations and abbreviations.</p>
-
 <h4 id="blockquote-without-attribution">Blockquote without attribution</h4>
-
 <blockquote>
 <p>Tiam, ad mint andaepu dandae nostion secatur sequo quae.
 <strong>Note</strong> that you can use <em>Markdown syntax</em> within a blockquote.</p>
 </blockquote>
-
 <h4 id="blockquote-with-attribution">Blockquote with attribution</h4>
-
 <blockquote>
-<p>Don&rsquo;t communicate by sharing memory, share memory by communicating.</p>
-— <cite>Rob Pike<sup class="footnote-ref" id="fnref:1"><a href="#fn:1">1</a></sup></cite></p>
+<p>Don&rsquo;t communicate by sharing memory, share memory by communicating.<!-- raw HTML omitted -->
+— <!-- raw HTML omitted -->Rob Pike<sup id="fnref:1"><a href="#fn:1" class="footnote-ref" role="doc-noteref">1</a></sup><!-- raw HTML omitted --></p>
 </blockquote>
-
 <h2 id="tables">Tables</h2>
-
 <p>Tables aren&rsquo;t part of the core Markdown spec, but Hugo supports supports them out-of-the-box.</p>
-
 <table>
 <thead>
 <tr>
@@ -114,46 +94,38 @@
 <th>Age</th>
 </tr>
 </thead>
-
 <tbody>
 <tr>
 <td>Bob</td>
 <td>27</td>
 </tr>
-
 <tr>
 <td>Alice</td>
 <td>23</td>
 </tr>
 </tbody>
 </table>
-
 <h4 id="inline-markdown-within-tables">Inline Markdown within tables</h4>
-
 <table>
 <thead>
 <tr>
-<th>Inline&nbsp;&nbsp;&nbsp;</th>
-<th>Markdown&nbsp;&nbsp;&nbsp;</th>
-<th>In&nbsp;&nbsp;&nbsp;</th>
+<th>Inline   </th>
+<th>Markdown   </th>
+<th>In   </th>
 <th>Table</th>
 </tr>
 </thead>
-
 <tbody>
 <tr>
 <td><em>italics</em></td>
 <td><strong>bold</strong></td>
-<td><del>strikethrough</del>&nbsp;&nbsp;&nbsp;</td>
+<td><del>strikethrough</del>   </td>
 <td><code>code</code></td>
 </tr>
 </tbody>
 </table>
-
 <h2 id="code-blocks">Code Blocks</h2>
-
 <h4 id="code-block-with-backticks">Code block with backticks</h4>
-
 <pre><code>html
 &lt;!DOCTYPE html&gt;
 &lt;html lang=&quot;en&quot;&gt;
@@ -165,10 +137,7 @@
   &lt;p&gt;Test&lt;/p&gt;
 &lt;/body&gt;
 &lt;/html&gt;
-</code></pre>
-
-<h4 id="code-block-indented-with-four-spaces">Code block indented with four spaces</h4>
-
+</code></pre><h4 id="code-block-indented-with-four-spaces">Code block indented with four spaces</h4>
 <pre><code>&lt;!DOCTYPE html&gt;
 &lt;html lang=&quot;en&quot;&gt;
 &lt;head&gt;
@@ -180,9 +149,7 @@
 &lt;/body&gt;
 &lt;/html&gt;
 </code></pre>
-
-<h4 id="code-block-with-hugo-s-internal-highlight-shortcode">Code block with Hugo&rsquo;s internal highlight shortcode</h4>
-
+<h4 id="code-block-with-hugos-internal-highlight-shortcode">Code block with Hugo&rsquo;s internal highlight shortcode</h4>
 <div class="highlight"><pre style="color:#f8f8f2;background-color:#272822;-moz-tab-size:4;-o-tab-size:4;tab-size:4"><code class="language-html" data-lang="html"><span style="color:#75715e">&lt;!DOCTYPE html&gt;</span>
 &lt;<span style="color:#f92672">html</span> <span style="color:#a6e22e">lang</span><span style="color:#f92672">=</span><span style="color:#e6db74">&#34;en&#34;</span>&gt;
 &lt;<span style="color:#f92672">head</span>&gt;
@@ -193,53 +160,41 @@
   &lt;<span style="color:#f92672">p</span>&gt;Test&lt;/<span style="color:#f92672">p</span>&gt;
 &lt;/<span style="color:#f92672">body</span>&gt;
 &lt;/<span style="color:#f92672">html</span>&gt;</code></pre></div>
-
 <h2 id="list-types">List Types</h2>
-
 <h4 id="ordered-list">Ordered List</h4>
-
 <ol>
 <li>First item</li>
 <li>Second item</li>
 <li>Third item</li>
 </ol>
-
 <h4 id="unordered-list">Unordered List</h4>
-
 <ul>
 <li>List item</li>
 <li>Another item</li>
 <li>And another item</li>
 </ul>
-
 <h4 id="nested-list">Nested list</h4>
-
 <ul>
 <li>Item</li>
+</ul>
+<ol>
 <li>First Sub-item</li>
 <li>Second Sub-item</li>
-</ul>
-
-<h2 id="other-elements-abbr-sub-sup-kbd-mark">Other Elements — abbr, sub, sup, kbd, mark</h2>
-
-<p><abbr title="Graphics Interchange Format">GIF</abbr> is a bitmap image format.</p>
-
-<p>H<sub>2</sub>O</p>
-
-<p>X<sup>n</sup> + Y<sup>n</sup> = Z<sup>n</sup></p>
-
-<p>Press <kbd><kbd>CTRL</kbd>+<kbd>ALT</kbd>+<kbd>Delete</kbd></kbd> to end the session.</p>
-
-<p>Most <mark>salamanders</mark> are nocturnal, and hunt for insects, worms, and other small creatures.</p>
-<div class="footnotes">
-
-<hr />
-
-<ol>
-<li id="fn:1">The above quote is excerpted from Rob Pike&rsquo;s <a href="https://www.youtube.com/watch?v=PAAkCSZUG1c">talk</a> during Gopherfest, November 18, 2015.
- <a class="footnote-return" href="#fnref:1"><sup>[return]</sup></a></li>
 </ol>
-</div>
+<h2 id="other-elements--abbr-sub-sup-kbd-mark">Other Elements — abbr, sub, sup, kbd, mark</h2>
+<p><!-- raw HTML omitted -->GIF<!-- raw HTML omitted --> is a bitmap image format.</p>
+<p>H<!-- raw HTML omitted -->2<!-- raw HTML omitted -->O</p>
+<p>X<!-- raw HTML omitted -->n<!-- raw HTML omitted --> + Y<!-- raw HTML omitted -->n<!-- raw HTML omitted --> = Z<!-- raw HTML omitted -->n<!-- raw HTML omitted --></p>
+<p>Press <!-- raw HTML omitted --><!-- raw HTML omitted -->CTRL<!-- raw HTML omitted -->+<!-- raw HTML omitted -->ALT<!-- raw HTML omitted -->+<!-- raw HTML omitted -->Delete<!-- raw HTML omitted --><!-- raw HTML omitted --> to end the session.</p>
+<p>Most <!-- raw HTML omitted -->salamanders<!-- raw HTML omitted --> are nocturnal, and hunt for insects, worms, and other small creatures.</p>
+<section class="footnotes" role="doc-endnotes">
+<hr>
+<ol>
+<li id="fn:1" role="doc-endnote">
+<p>The above quote is excerpted from Rob Pike&rsquo;s <a href="https://www.youtube.com/watch?v=PAAkCSZUG1c">talk</a> during Gopherfest, November 18, 2015. <a href="#fnref:1" class="footnote-backref" role="doc-backlink">&#x21a9;&#xfe0e;</a></p>
+</li>
+</ol>
+</section>
     </div>
 
                             </main>

--
Gitblit v1.10.0