packages feed

dhall-docs-1.0.5: 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&amp;family=Lato:ital,wght@0,400;0,700;1,400&amp;display=swap" type="text/css" rel="stylesheet">
<script src="index.js" type="text/javascript">
</script>
<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">
</div>
<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 &quot;dhall rulez&quot;
</code>
</pre>
</div>
<h3>Source</h3>
<div class="source-code">
<pre>{-|<br># Heading 1<br>
<br>## Heading 2<br>
<br>### Heading 3<br>
<br>#### Heading 4<br>
<br>##### Heading 5<br>
<br>###### Heading 6<br>
<br>Message data type for our _messaging-system_ config.<br>
<br>    It is similar to the `kafka` message dto.<br>testing again another random text.<br>
<br>**NOTE**: This is really important to know<br>
<br>This allows you to:<br>
<br>* Send messages<br>* Receive messages, knowing that:<br>    - nothing works (?)<br>    - weird huh<br>
<br>As somebody said,<br>
<br>&gt; The best way to code is to not code<br>
<br>Here I show you some haskell code<br>
<br>```haskell<br>main = putStrLn &quot;dhall rulez&quot;<br>```<br>-}<br>{ remitent: Text                         --| Remitent name<br>, deliveryStatus: <a href="./DeliveryStatus.dhall.html">./DeliveryStatus.dhall</a> --| Status<br>, body: Text                             --| Message body<br>}<br>
</pre>
</div>
</div>
</body>
</html>