README.md (pandoc-2.11.1.1) | : | README.md (pandoc-2.11.2) | ||
---|---|---|---|---|
<!-- Do not edit this file. It is generated automatically from | <!-- Do not edit this file. It is generated automatically from | |||
README.template and MANUAL.txt via the command: | README.template and MANUAL.txt via the command: | |||
pandoc --lua-filter tools/update-readme.lua README.template -o README.md | pandoc --lua-filter tools/update-readme.lua README.template -o README.md | |||
--> | --> | |||
Pandoc | # Pandoc | |||
====== | ||||
[](https://github.com/jgm/pandoc/releases) | release](https://img.shields.io/github/release/jgm/pandoc.svg?label=current+rele ase)](https://github.com/jgm/pandoc/releases) | |||
[](http://hack age.haskell.org/package/pandoc) | release](https://img.shields.io/hackage/v/pandoc.svg?label=hackage)](http://hack age.haskell.org/package/pandoc) | |||
[](http://brewformulas. org/Pandoc) | [](http://brewformulas. org/Pandoc) | |||
[](http://stackage.org/lts/ package/pandoc) | package](http://stackage.org/package/pandoc/badge/lts)](http://stackage.org/lts/ package/pandoc) | |||
[](https://gi thub.com/jgm/pandoc/actions) | tests](https://github.com/jgm/pandoc/workflows/CI%20tests/badge.svg)](https://gi thub.com/jgm/pandoc/actions) | |||
[](https:// www.gnu.org/licenses/gpl.html) | [](https:// www.gnu.org/licenses/gpl.html) | |||
[](https ://groups.google.com/forum/#!forum/pandoc-discuss) | groups](https://img.shields.io/badge/pandoc-discuss-red.svg?style=social)](https ://groups.google.com/forum/#!forum/pandoc-discuss) | |||
The universal markup converter | ## The universal markup converter | |||
Pandoc is a [Haskell](http://haskell.org) library for converting from | Pandoc is a [Haskell](http://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* | |||
<div id="input-formats"> | <div id="input-formats"> | |||
- `bibtex` ([BibTeX](https://ctan.org/pkg/bibtex) bibliography) | - `bibtex` ([BibTeX](https://ctan.org/pkg/bibtex) bibliography) | |||
- `biblatex` ([BibLaTeX](https://ctan.org/pkg/biblatex) bibliography) | - `biblatex` ([BibLaTeX](https://ctan.org/pkg/biblatex) bibliography) | |||
- `commonmark` ([CommonMark](https://commonmark.org) Markdown) | - `commonmark` ([CommonMark](https://commonmark.org) Markdown) | |||
skipping to change at line 220 | skipping to change at line 218 | |||
Because pandoc’s intermediate representation of a document is less | Because pandoc’s intermediate representation of a document is less | |||
expressive than many of the formats it converts between, one should not | expressive than many of the formats it converts between, one should not | |||
expect perfect conversions between every format and every other. Pandoc | expect perfect conversions between every format and every other. Pandoc | |||
attempts to preserve the structural elements of a document, but not | attempts to preserve the structural elements of a document, but not | |||
formatting details such as margin size. And some document elements, such | formatting details such as margin size. And some document elements, such | |||
as complex tables, may not fit into pandoc’s simple document model. | as complex tables, may not fit into pandoc’s simple document model. | |||
While conversions from pandoc’s Markdown to all formats aspire to be | While conversions from pandoc’s Markdown to all formats aspire to be | |||
perfect, conversions from formats more expressive than pandoc’s Markdown | perfect, conversions from formats more expressive than pandoc’s Markdown | |||
can be expected to be lossy. | can be expected to be lossy. | |||
Installing | ## Installing | |||
Here’s [how to install pandoc](INSTALL.md). | Here’s [how to install pandoc](INSTALL.md). | |||
Documentation | ## Documentation | |||
Pandoc’s website contains a full [User’s | Pandoc’s website contains a full [User’s | |||
Guide](https://pandoc.org/MANUAL.html). It is also available | Guide](https://pandoc.org/MANUAL.html). It is also available | |||
[here](MANUAL.txt) as pandoc-flavored Markdown. The website also | [here](MANUAL.txt) as pandoc-flavored Markdown. The website also | |||
contains some [examples of the use of | contains some [examples of the use of | |||
pandoc](https://pandoc.org/demos.html) and a limited [online | pandoc](https://pandoc.org/demos.html) and a limited [online | |||
demo](https://pandoc.org/try). | demo](https://pandoc.org/try). | |||
Contributing | ## Contributing | |||
Pull requests, bug reports, and feature requests are welcome. Please | Pull requests, bug reports, and feature requests are welcome. Please | |||
make sure to read [the contributor guidelines](CONTRIBUTING.md) before | make sure to read [the contributor guidelines](CONTRIBUTING.md) before | |||
opening a new issue. | opening a new issue. | |||
License | ## License | |||
© 2006-2020 John MacFarlane (jgm@berkeley.edu). Released under the | © 2006-2020 John MacFarlane (jgm@berkeley.edu). Released under the | |||
[GPL](http://www.gnu.org/copyleft/gpl.html "GNU General Public License"), | [GPL](http://www.gnu.org/copyleft/gpl.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.) | |||
End of changes. 6 change blocks. | ||||
7 lines changed or deleted | 6 lines changed or added |