From 90946e02e02dac704505d2c41e8f33a633d3eabc Mon Sep 17 00:00:00 2001 From: q Date: Sat, 3 Jun 2017 12:29:26 +0300 Subject: [PATCH] some docs improvement --- README.md | 2 ++ example_links.txt | 5 ++++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 070230a..50783a0 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ MDLinks is a static HTML page with JS markdown parser. It creates a link portal page with the links in a markdown file. +[Demo site](http://imaging.ninja/demo/mdlinks) + ## UI * At the top there is a search bar. Enter values to filter out links not matching to keyword. diff --git a/example_links.txt b/example_links.txt index 025bedd..1182736 100644 --- a/example_links.txt +++ b/example_links.txt @@ -6,7 +6,7 @@ [Weather.fi](http://www.weather.fi/) ## In Radio [Paiva tunnissa](http://areena.yle.fi/1-2269602) -[Radiouutiset](areena.yle.fi/1-1440981) +[Radiouutiset](http://areena.yle.fi/1-1440981) # Media @@ -34,6 +34,9 @@ This web page is plain javascript, but it reads a markdown resource file to generate a link portal page. +Only the 1st level headers and +[links](links from the beginning of line) +are parsed. [Source file](example_links.txt) [Additional config](config.js) [Project homepage](https://bitbucket.org/MoonQ/mdlinks)