From a775f1b3f46152e072c8aa739a82a259d560e3f6 Mon Sep 17 00:00:00 2001 From: Tony Brix Date: Mon, 30 Nov 2020 08:47:12 -0600 Subject: [PATCH] chore(demo): add links to other demos (#1852) --- docs/demo/demo.css | 4 ++++ docs/demo/index.html | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/docs/demo/demo.css b/docs/demo/demo.css index 398c663a..8c39573b 100644 --- a/docs/demo/demo.css +++ b/docs/demo/demo.css @@ -31,6 +31,10 @@ header h1 { z-index: 1000; } +.other-demos { + margin-left: 3em; +} + .containers { display: flex; height: calc(100vh - 68px); diff --git a/docs/demo/index.html b/docs/demo/index.html index 77ff7af0..6fba36f7 100644 --- a/docs/demo/index.html +++ b/docs/demo/index.html @@ -16,6 +16,11 @@

Marked Demo

+
+ CommonMark Demo +
+ Daring Fireball (pedantic) Demo +
Loading...