dhall-docs-0.0.1: tasty/data/golden/MarkdownExample.dhall.html
<!DOCTYPE HTML>
<html
><head
><title
>/MarkdownExample.dhall</title
><link href="index.css" type="text/css" rel="stylesheet"
/><link href="https://fonts.googleapis.com/css2?family=Fira+Code:wght@400;500;600;700&family=Lato&display=swap"
type="text/css" rel="stylesheet"
/><script src="index.js" type="text/javascript"
/><meta charset="UTF-8"/></head
><body
><div class="nav-bar"
><img src="dhall-icon.svg" class="dhall-icon"
/><p class="package-title"
>test-package</p
><div class="nav-bar-content-divider"
/><a id="switch-light-dark-mode" class="nav-option"
>Switch Light/Dark Mode</a></div
><div class="main-container"
><h2 class="doc-title"
><span class="crumb-divider"
>/</span
><a href="index.html"
>test-package</a
><span class="crumb-divider"
>/</span
><span href="index.html" class="title-crumb"
>MarkdownExample.dhall</span></h2
><a data-path="/MarkdownExample.dhall" class="copy-to-clipboard"
><i
><small
>Copy path to clipboard</small></i></a
><br
/><div class="doc-contents"
><h1 id="heading-1"
>Heading 1</h1
>
<h2 id="heading-2"
>Heading 2</h2
>
<h3 id="heading-3"
>Heading 3</h3
>
<h4 id="heading-4"
>Heading 4</h4
>
<h5 id="heading-5"
>Heading 5</h5
>
<h6 id="heading-6"
>Heading 6</h6
>
<p
>Message data type for our <em
>messaging-system</em> config.</p
>
<pre
><code
>It is similar to the `kafka` message dto.
</code></pre
>
<p
>testing again another random text.</p
>
<p
><strong
>NOTE</strong>: This is really important to know</p
>
<p
>This allows you to:</p
>
<ul
>
<li
>
Send messages
</li
>
<li
>
Receive messages, knowing that:
<ul
>
<li
>
nothing works (?)
</li
>
<li
>
weird huh
</li>
</ul>
</li>
</ul
>
<p
>As somebody said,</p
>
<blockquote
>
<p
>The best way to code is to not code</p>
</blockquote
>
<p
>Here I show you some haskell code</p
>
<pre
><code class="language-haskell"
>main = putStrLn "dhall rulez"
</code></pre>
</div
><h3
>Source</h3
><div class="source-code"
><pre
><span class="dhall-syntax"
>{</span
> <span class="dhall-label"
>remitent</span
> <span class="dhall-syntax"
>:</span
> <span class="dhall-builtin"
>Text</span
><span class="dhall-syntax"
>,</span
> <span class="dhall-label"
>deliveryStatus</span
> <span class="dhall-syntax"
>:</span
> ./DeliveryStatus.dhall<span class="dhall-syntax"
>,</span
> <span class="dhall-label"
>body</span
> <span class="dhall-syntax"
>:</span
> <span class="dhall-builtin"
>Text</span
> <span class="dhall-syntax"
>}</span></pre></div></div></body></html>