Update README.md.
This commit is contained in:
parent
ba2793e4fa
commit
5d60fcf4d7
1 changed files with 6 additions and 6 deletions
12
README.md
12
README.md
|
@ -8,10 +8,10 @@ pandoc --lua-filter tools/update-readme.lua README.template -o README.md
|
||||||
[![github
|
[![github
|
||||||
release](https://img.shields.io/github/release/jgm/pandoc.svg?label=current+release)](https://github.com/jgm/pandoc/releases)
|
release](https://img.shields.io/github/release/jgm/pandoc.svg?label=current+release)](https://github.com/jgm/pandoc/releases)
|
||||||
[![hackage
|
[![hackage
|
||||||
release](https://img.shields.io/hackage/v/pandoc.svg?label=hackage)](http://hackage.haskell.org/package/pandoc)
|
release](https://img.shields.io/hackage/v/pandoc.svg?label=hackage)](https://hackage.haskell.org/package/pandoc)
|
||||||
[![homebrew](https://img.shields.io/homebrew/v/pandoc.svg)](http://brewformulas.org/Pandoc)
|
[![homebrew](https://img.shields.io/homebrew/v/pandoc.svg)](https://formulae.brew.sh/formula/pandoc)
|
||||||
[![stackage LTS
|
[![stackage LTS
|
||||||
package](http://stackage.org/package/pandoc/badge/lts)](http://stackage.org/lts/package/pandoc)
|
package](https://stackage.org/package/pandoc/badge/lts)](https://www.stackage.org/lts/package/pandoc-types)
|
||||||
[![CI
|
[![CI
|
||||||
tests](https://github.com/jgm/pandoc/workflows/CI%20tests/badge.svg)](https://github.com/jgm/pandoc/actions)
|
tests](https://github.com/jgm/pandoc/workflows/CI%20tests/badge.svg)](https://github.com/jgm/pandoc/actions)
|
||||||
[![license](https://img.shields.io/badge/license-GPLv2+-lightgray.svg)](https://www.gnu.org/licenses/gpl.html)
|
[![license](https://img.shields.io/badge/license-GPLv2+-lightgray.svg)](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
|
## 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
|
one markup format to another, and a command-line tool that uses this
|
||||||
library. It can convert *from*
|
library. It can convert *from*
|
||||||
|
|
||||||
|
@ -175,7 +175,7 @@ It can convert *to*
|
||||||
and JavaScript slide show)
|
and JavaScript slide show)
|
||||||
- `slidy` ([Slidy](https://www.w3.org/Talks/Tools/Slidy2/) HTML and
|
- `slidy` ([Slidy](https://www.w3.org/Talks/Tools/Slidy2/) HTML and
|
||||||
JavaScript slide show)
|
JavaScript slide show)
|
||||||
- `dzslides` ([DZSlides](http://paulrouget.com/dzslides/) HTML5 +
|
- `dzslides` ([DZSlides](https://paulrouget.com/dzslides/) HTML5 +
|
||||||
JavaScript slide show),
|
JavaScript slide show),
|
||||||
- `revealjs` ([reveal.js](https://revealjs.com/) HTML5 + JavaScript
|
- `revealjs` ([reveal.js](https://revealjs.com/) HTML5 + JavaScript
|
||||||
slide show)
|
slide show)
|
||||||
|
@ -239,6 +239,6 @@ opening a new issue.
|
||||||
## License
|
## License
|
||||||
|
|
||||||
© 2006-2021 John MacFarlane (jgm@berkeley.edu). Released under the
|
© 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.
|
version 2 or greater. This software carries no warranty of any kind.
|
||||||
(See COPYRIGHT for full copyright and warranty notices.)
|
(See COPYRIGHT for full copyright and warranty notices.)
|
||||||
|
|
Loading…
Reference in a new issue