this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 47 lines 2.0 kB view raw
1<!DOCTYPE html> 2<html xmlns="http://www.w3.org/1999/xhtml"> 3 <head><title>mld (mld)</title><meta charset="utf-8"/> 4 <link rel="stylesheet" href="odoc.css"/> 5 <meta name="generator" content="odoc %%VERSION%%"/> 6 <meta name="viewport" content="width=device-width,initial-scale=1.0"/> 7 <script src="highlight.pack.js"></script> 8 <script>hljs.initHighlightingOnLoad();</script> 9 </head> 10 <body class="odoc"> 11 <nav class="odoc-nav"><a href="index.html">Up</a>12 <a href="index.html">Index</a> &#x00BB; mld 13 </nav> 14 <header class="odoc-preamble"> 15 <h1 id="mld-page"><a href="#mld-page" class="anchor"></a>Mld Page</h1> 16 <p>This is an <code>.mld</code> file. It doesn't have an auto-generated 17 title, like modules and other pages generated fully by odoc do. 18 </p><p>It will have a TOC generated from section headings.</p> 19 </header> 20 <div class="odoc-tocs"> 21 <nav class="odoc-toc odoc-local-toc"> 22 <ul><li><a href="#section">Section</a></li> 23 <li><a href="#another-section">Another section</a> 24 <ul><li><a href="#subsection">Subsection</a></li> 25 <li><a href="#another-subsection">Another Subsection</a></li> 26 </ul> 27 </li> 28 </ul> 29 </nav> 30 </div> 31 <div class="odoc-content"> 32 <h2 id="section"><a href="#section" class="anchor"></a>Section</h2> 33 <p>This is a section.</p><p>Another paragraph in section.</p> 34 <h2 id="another-section"><a href="#another-section" class="anchor"></a> 35 Another section 36 </h2><p>This is another section.</p><p>Another paragraph in section 2.</p> 37 <h3 id="subsection"><a href="#subsection" class="anchor"></a>Subsection 38 </h3><p>This is a subsection.</p><p>Another paragraph in subsection.</p> 39 <p>Yet another paragraph in subsection.</p> 40 <h3 id="another-subsection"> 41 <a href="#another-subsection" class="anchor"></a>Another Subsection 42 </h3><p>This is another subsection.</p> 43 <p>Another paragraph in subsection 2.</p> 44 <p>Yet another paragraph in subsection 2.</p> 45 </div> 46 </body> 47</html>