mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 09:47:06 +00:00
Update README.md.
This commit is contained in:
@@ -8,10 +8,10 @@ pandoc --lua-filter tools/update-readme.lua README.template -o README.md
|
||||
[](https://github.com/jgm/pandoc/releases)
|
||||
[](http://hackage.haskell.org/package/pandoc)
|
||||
[](http://brewformulas.org/Pandoc)
|
||||
release](https://img.shields.io/hackage/v/pandoc.svg?label=hackage)](https://hackage.haskell.org/package/pandoc)
|
||||
[](https://formulae.brew.sh/formula/pandoc)
|
||||
[](http://stackage.org/lts/package/pandoc)
|
||||
package](https://stackage.org/package/pandoc/badge/lts)](https://www.stackage.org/lts/package/pandoc-types)
|
||||
[](https://github.com/jgm/pandoc/actions)
|
||||
[](https://www.gnu.org/licenses/gpl.html)
|
||||
@@ -20,7 +20,7 @@ groups](https://img.shields.io/badge/pandoc-discuss-red.svg?style=social)](https
|
||||
|
||||
## The universal markup converter
|
||||
|
||||
Pandoc is a [Haskell](http://haskell.org) library for converting from
|
||||
Pandoc is a [Haskell](https://haskell.org) library for converting from
|
||||
one markup format to another, and a command-line tool that uses this
|
||||
library. It can convert *from*
|
||||
|
||||
@@ -175,7 +175,7 @@ It can convert *to*
|
||||
and JavaScript slide show)
|
||||
- `slidy` ([Slidy](https://www.w3.org/Talks/Tools/Slidy2/) HTML and
|
||||
JavaScript slide show)
|
||||
- `dzslides` ([DZSlides](http://paulrouget.com/dzslides/) HTML5 +
|
||||
- `dzslides` ([DZSlides](https://paulrouget.com/dzslides/) HTML5 +
|
||||
JavaScript slide show),
|
||||
- `revealjs` ([reveal.js](https://revealjs.com/) HTML5 + JavaScript
|
||||
slide show)
|
||||
@@ -239,6 +239,6 @@ opening a new issue.
|
||||
## License
|
||||
|
||||
© 2006-2021 John MacFarlane (jgm@berkeley.edu). Released under the
|
||||
[GPL](http://www.gnu.org/copyleft/gpl.html "GNU General Public License"),
|
||||
[GPL](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html "GNU General Public License"),
|
||||
version 2 or greater. This software carries no warranty of any kind.
|
||||
(See COPYRIGHT for full copyright and warranty notices.)
|
||||
|
||||
Reference in New Issue
Block a user