README.md: added link to INSTALL and examples and demo on website.
This commit is contained in:
parent
bb20f919c3
commit
14bcf97fd8
1 changed files with 10 additions and 3 deletions
13
README.md
13
README.md
|
@ -112,12 +112,19 @@ Markdown can be expected to be lossy.
|
|||
[Markdown inside HTML block elements]: http://pandoc.org/MANUAL.html#extension-markdown_in_html_blocks
|
||||
[Pandoc's Markdown]: http://pandoc.org/MANUAL.html#pandocs-markdown
|
||||
|
||||
Installing
|
||||
----------
|
||||
|
||||
Here's [how to install pandoc](INSTALL.md).
|
||||
|
||||
Documentation
|
||||
-------------
|
||||
|
||||
The full documentation can be found [online](http://pandoc.org/MANUAL.html)
|
||||
and as pandoc-flavored Markdown in the file `MANUAL.txt`.
|
||||
|
||||
Pandoc's website contains a full [User's Guide](https://pandoc.org/MANUAL.html).
|
||||
It is also available [here](MANUAL.txt) as pandoc-flavored Markdown.
|
||||
The website also contains some [examples of the use of
|
||||
pandoc](https://pandoc.org/demos.html) and a limited [online
|
||||
demo](https://pandoc.org/try).
|
||||
|
||||
Contributing
|
||||
------------
|
||||
|
|
Loading…
Add table
Reference in a new issue