Skip to content

Commit

Permalink
Add link to demo from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
styfle committed Mar 26, 2018
1 parent 90f1f02 commit 239f0aa
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down Expand Up @@ -45,8 +51,6 @@ $ cat hello.html
</html>
```



## License

Copyright (c) 2011-2018, Christopher Jeffrey. (MIT License)
Expand Down
9 changes: 9 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<ul>
<li><a href="#marked">About</a></li>
<li><a href="#demo">Demo</a></li>
<li><a href="#installation">Installation</a></li>
<li><a href="#usage">Usage</a></li>
<li><a href="#specifications">Supported Markdown specifications</a></li>
Expand All @@ -22,6 +23,14 @@ Marked is
<small><sup>**</sup> As few dependencies as possible.</small><br>
<small><sup>***</sup> Strict compliance could result in slower processing when running comparative benchmarking.</small></p>


<h2 id="demo">Demo</h2>

Checkout the [demo page](https://marked.js.org/demo.html) to see marked in action ⛹️

These documentation pages are also rendered using marked 💯


<h2 id="installation">Installation</h2>

**CLI:** `npm install -g marked`
Expand Down

0 comments on commit 239f0aa

Please sign in to comment.