From 077beb4baf463c89eea6abfb3646925e2bd5626d Mon Sep 17 00:00:00 2001 From: Pasha Rumkin Date: Wed, 18 Jul 2018 00:47:31 +0300 Subject: [PATCH 1/2] [docs] Add additional links --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 918bb5baba..d3a2f4c427 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,11 @@ Checkout the [demo page](https://marked.js.org/demo/) to see marked in action Our [documentation pages](https://marked.js.org) are also rendered using marked 💯 +Also read about: + +* [Options](docs/USING_ADVANCED.md) +* [Extensibility](docs/USING_PRO.md) + ## Installation **CLI:** `npm install -g marked` From e316af3cf02e7ba64bf9a935f1d4e7299815f8c6 Mon Sep 17 00:00:00 2001 From: Pasha Rumkin Date: Wed, 18 Jul 2018 23:54:29 +0300 Subject: [PATCH 2/2] [docs] Fix relative links in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d3a2f4c427..11b66b76b5 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ Our [documentation pages](https://marked.js.org) are also rendered using marked Also read about: -* [Options](docs/USING_ADVANCED.md) -* [Extensibility](docs/USING_PRO.md) +* [Options](https://marked.js.org/#/USING_ADVANCED.md) +* [Extensibility](https://marked.js.org/#/USING_PRO.md) ## Installation