From 239f0aae8566ce979c31be7470895f3ed8f06fe5 Mon Sep 17 00:00:00 2001 From: Steven Date: Sun, 25 Mar 2018 20:46:27 -0400 Subject: [PATCH] Add link to demo from readme --- README.md | 8 ++++++-- docs/README.md | 9 +++++++++ 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08684d3b..4d791415 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,12 @@ Marked is 3. light-weight while implementing all markdown features from the supported flavors & specifications. 4. available as a command line interface (CLI) and running in client- or server-side JavaScript projects. +## Demo + +Checkout the [demo page](https://marked.js.org/demo.html) to see marked in action ⛹️ + +Our [documentation pages](https://marked.js.org) are also rendered using marked 💯 + ## Installation **CLI:** `npm install -g marked` @@ -45,8 +51,6 @@ $ cat hello.html ``` - - ## License Copyright (c) 2011-2018, Christopher Jeffrey. (MIT License) diff --git a/docs/README.md b/docs/README.md index e0bfea8e..166dcd7e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,5 +1,6 @@