some docs improvement
This commit is contained in:
@@ -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.
|
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
|
## UI
|
||||||
|
|
||||||
* At the top there is a search bar. Enter values to filter out links not matching to keyword.
|
* At the top there is a search bar. Enter values to filter out links not matching to keyword.
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
[Weather.fi](http://www.weather.fi/)
|
[Weather.fi](http://www.weather.fi/)
|
||||||
## In Radio
|
## In Radio
|
||||||
[Paiva tunnissa](http://areena.yle.fi/1-2269602)
|
[Paiva tunnissa](http://areena.yle.fi/1-2269602)
|
||||||
[Radiouutiset](areena.yle.fi/1-1440981)
|
[Radiouutiset](http://areena.yle.fi/1-1440981)
|
||||||
|
|
||||||
# Media
|
# Media
|
||||||
|
|
||||||
@@ -34,6 +34,9 @@
|
|||||||
This web page is plain javascript,
|
This web page is plain javascript,
|
||||||
but it reads a markdown resource file to
|
but it reads a markdown resource file to
|
||||||
generate a link portal page.
|
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)
|
[Source file](example_links.txt)
|
||||||
[Additional config](config.js)
|
[Additional config](config.js)
|
||||||
[Project homepage](https://bitbucket.org/MoonQ/mdlinks)
|
[Project homepage](https://bitbucket.org/MoonQ/mdlinks)
|
||||||
|
|||||||
Reference in New Issue
Block a user