her.esy.fun/src/homepage-pandoc.html

57 lines
2.1 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<p>Welcome to <a href="https://her.esy.fun">her.esy.fun</a>!</p>
<h1 id="testing">Testing</h1>
<p>I will test some classical things. First let's test <strong>bold</strong>, then <em>italic</em> then, <code>code</code> and <code>terminal</code>. Also forgot <del>barré</del>. And a veryveryveryverylongwordlike Supercalifragilisticexpialidocious and even longer SupercalifragilisticexpialidociousSupercalifragilisticexpialidocious and even very very longer SupercalifragilisticexpialidociousSupercalifragilisticexpialidociousSupercalifragilisticexpialidociousSupercalifragilisticexpialidociousSupercalifragilisticexpialidocious</p>
<div class="sourceCode" id="cb1"><pre class="sourceCode clojure"><code class="sourceCode clojure"><a class="sourceLine" id="cb1-1" title="1">(<span class="bu">def</span><span class="fu"> foo</span></a>
<a class="sourceLine" id="cb1-2" title="2"> <span class="st">&quot;this is some clojure code&quot;</span></a>
<a class="sourceLine" id="cb1-3" title="3"> [&amp; args]</a>
<a class="sourceLine" id="cb1-4" title="4"> (string/join <span class="st">&quot;, &quot;</span> args))</a></code></pre></div>
<p>Then let's try some blockquote:</p>
<blockquote>
<p>This is a quote here. I'm fond of using it.</p>
<p> Shakespeare</p>
</blockquote>
<ul>
<li>item 1</li>
<li>item 2
<ul>
<li>sub-item</li>
<li>re-sub-item
<ul>
<li>sub-sub-item</li>
</ul></li>
<li>sub</li>
</ul></li>
<li>item 3</li>
<li>item 4</li>
</ul>
<ol>
<li>foo</li>
<li>bar</li>
<li>baz</li>
</ol>
<hr />
<p>some text</p>
<p>A figure with a caption:</p>
<figure>
<img src="./img/a.png" alt="The bomb that started the expriment in Twin Peaks" alt="The bomb" /><figcaption>The bomb that started the expriment in Twin Peaks</figcaption>
</figure>
<h1 id="h2-test">h2 test</h1>
<h2 id="h3-test">h3 test</h2>
<h3 id="h4-test">h4 test</h3>
<h4 id="h5-test">h5 test</h4>
<h5 id="h6-test">h6 test</h5>
<h6 id="h7-does-not-exists">h7 does not exists</h6>
<ol>
<li><p>lower …</p>
<ol>
<li><p>deeper</p>
<ol>
<li><p>even deeper…</p>
<ol>
<li><p>still even deeeeper</p>
<p>Deep enough now :)</p></li>
</ol></li>
</ol></li>
</ol></li>
</ol>