chore(demo): add links to other demos (#1852)

This commit is contained in:
Tony Brix 2020-11-30 08:47:12 -06:00 committed by GitHub
parent 6f70a828e4
commit a775f1b3f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View File

@ -31,6 +31,10 @@ header h1 {
z-index: 1000;
}
.other-demos {
margin-left: 3em;
}
.containers {
display: flex;
height: calc(100vh - 68px);

View File

@ -16,6 +16,11 @@
<img src="../img/logo-black.svg" height="50px" width="50px" />
</a>
<h1>Marked Demo</h1>
<div class="other-demos">
<a href="https://spec.commonmark.org/dingus/">CommonMark Demo</a>
<br />
<a href="https://daringfireball.net/projects/markdown/dingus">Daring Fireball (pedantic) Demo</a>
</div>
</header>
<div id="loading">Loading...</div>