Skip to content

Instantly share code, notes, and snippets.

@rizo
Last active July 9, 2018 16:53
Show Gist options
  • Save rizo/5774acc45bb4c4d74ea212cf7b0a11f2 to your computer and use it in GitHub Desktop.
Save rizo/5774acc45bb4c4d74ea212cf7b0a11f2 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Document Outline Test</title>
</head>
<body>
<div class="content">
<h1>Module Order</h1>
<p>Functionality for comparison and ordering of OCaml values.</p>
<section>
<h1>Forest elephants</h1>
<p>In this section, we discuss the lesser known forest elephants.</p>
<section>
<h2>Habitat</h2>
<p>Forest elephants do not live in trees but among them.</p>
</section>
</section>
<section>
<h3>Mongolian gerbils</h3>
<p>In this section, we discuss the famous mongolian gerbils.</p>
</section>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment