diff options
author | John MacFarlane <jgm@berkeley.edu> | 2018-12-11 10:55:39 -0800 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-12-11 10:55:39 -0800 |
commit | 41f46095906331bd200f63b8c884112d98bce9a3 (patch) | |
tree | b77b0888f463441f482d7f66795e1c0836d0b349 | |
parent | 980bb4f23a3c604bde1b363d4bc11f7551562e5e (diff) | |
download | pandoc-41f46095906331bd200f63b8c884112d98bce9a3.tar.gz |
INSTALL.md: use HTML for download button.
Closes #5144.
-rw-r--r-- | INSTALL.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md index 4a2d69f91..ed4b6b1aa 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -7,7 +7,9 @@ Look out for the following name for your platform: - macOS: `*-macOS.pkg` - Linux: `*-amd64.deb` -**[Download the latest installer][download button]** +<a href="https://github.com/jgm/pandoc/releases/latest" +class="btn btn-block btn-primary"><strong>Download the latest +installer</strong></a> For alternative ways to install pandoc, see below under the heading for your operating system. @@ -393,7 +395,6 @@ To run just the markdown benchmarks: [NixOS]: https://nixos.org/nixos/packages.html [Slackware]: https://www.slackbuilds.org/result/?search=pandoc&sv= [Ubuntu]: https://packages.ubuntu.com/pandoc -[download button]: https://github.com/jgm/pandoc/releases/latest [download page]: https://github.com/jgm/pandoc/releases/latest [gentoo]: http://packages.gentoo.org/package/app-text/pandoc [haskell repository]: https://wiki.archlinux.org/index.php/Haskell_Package_Guidelines#.5Bhaskell.5D |