some docs improvement

This commit is contained in:
q
2017-06-03 12:29:26 +03:00
parent ff5d395db8
commit 90946e02e0
2 changed files with 6 additions and 1 deletions

View File

@@ -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.

View File

@@ -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)