chore(demo): add links to other demos (#1852)
This commit is contained in:
parent
6f70a828e4
commit
a775f1b3f4
@ -31,6 +31,10 @@ header h1 {
|
||||
z-index: 1000;
|
||||
}
|
||||
|
||||
.other-demos {
|
||||
margin-left: 3em;
|
||||
}
|
||||
|
||||
.containers {
|
||||
display: flex;
|
||||
height: calc(100vh - 68px);
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user