Skip to content

Commit

Permalink
Add heading class to heading
Browse files Browse the repository at this point in the history
  • Loading branch information
pablohirafuji committed Sep 24, 2018
1 parent bb27642 commit b382894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/index.html
Expand Up @@ -105,7 +105,7 @@
</style>
</head>
<body>
<h1>Elm Markdown <small>v2.0.5</small></h1>
<h1 class="heading">Elm Markdown <small>v2.0.5</small></h1>
<p class="subheading"><a href="http://package.elm-lang.org/packages/pablohirafuji/elm-markdown/latest">Package</a> / <a href="https://github.com/pablohirafuji/elm-markdown">GitHub</a> / <a href="https://github.com/pablohirafuji/elm-markdown/blob/master/demo/Main.elm">Source</a></p>
<div id="main"><h2>Loading...</h2></div>
<script src="elm.js"></script>
Expand Down

0 comments on commit b382894

Please sign in to comment.