pandoc-pdf-2.6-lp151.1.2 >  A \/=„pr*ٝѓm.VaGX]ۺAT,nZ .fxp;gp?g`d   O "(08 < @ H   (8B9B: BFeGe$He,Ie4Xe8Ye@\e\]ed^ebecfgdfeffflfufvfzfgggg\Cpandoc-pdf2.6lp151.1.2Meta package for support generating pdf with pandocMeta package for support generating pdf with pandoc.\lamb16openSUSE Leap 15.1openSUSEGPL-2.0-or-laterhttps://bugs.opensuse.orgProductivity/Publishing/PDFhttps://hackage.haskell.org/package/pandoclinuxx86_64A큤\\8302f3db7fe4050bb90f2f6586e9fe7e76ecbac555303f812b35b0a4dd95dbd0rootrootrootrootpandoc-2.6-lp151.1.2.src.rpmpandoc-pdfpandoc-pdf(x86-64)    pandocrpmlib(CompressedFileNames)rpmlib(FileDigests)rpmlib(PayloadFilesHavePrefix)rpmlib(PayloadIsXz)texlive-latex-bin-bintexlive-upquote2.63.0.4-14.6.0-14.0-15.2-14.14.1\T4\Guillaume GARDET Peter Simons psimons@suse.compsimons@suse.compsimons@suse.comGuillaume GARDET psimons@suse.compsimons@suse.compsimons@suse.compsimons@suse.comhpj@urpla.netpsimons@suse.compsimons@suse.compsimons@suse.comschwab@suse.depsimons@suse.compsimons@suse.compsimons@suse.compsimons@suse.compsimons@suse.compsimons@suse.comastieger@suse.compsimons@suse.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.commimi.vx@gmail.comsbahling@suse.comsbahling@suse.competer.trommler@ohm-hochschule.depeter.trommler@ohm-hochschule.depeter.trommler@ohm-hochschule.desbahling@suse.competer.trommler@ohm-hochschule.depeter.trommler@ohm-hochschule.depeter.trommler@ohm-hochschule.depeter.trommler@ohm-hochschule.depeter.trommler@ohm-hochschule.depeter.trommler@ohm-hochschule.depeter.trommler@ohm-hochschule.depeter.trommler@ohm-hochschule.depeter.trommler@ohm-hochschule.depeter.trommler@ohm-hochschule.depeter.trommler@ohm-hochschule.depeter.trommler@ohm-hochschule.depeter.trommler@ohm-hochschule.depeter.trommler@ohm-hochschule.deherbert@graeber-clan.demvancura@suse.demvancura@suse.deherbert@graeber-clan.de- Update pandoc to version 2.6. pandoc (2.6) PROVISIONAL * Support ipynb (Jupyter notebook) as input and output format. + Add `ipynb` as input and output format (extension `.ipynb`). + Added Text.Pandoc.Readers.Ipynb [API change]. + Added Text.Pandoc.Writers.Ipynb [API change]. + Add `PandocIpynbDecodingError` constructor to Text.Pandoc.Error.Error [API change]. + Depend on ipynb library. + Note: there is no template for ipynb. * Add DokuWiki reader (#1792, Alexander Krotov). This adds Text.Pandoc.Readers.DokuWiki [API change], and adds `dokuwiki` as an input format. * Implement task lists (#3051, Mauro Bieg). Added `task_lists` extension. Task lists are supported from markdown and gfm input. They should work, to some degree, in all output formats, though in most formats you'll get a bullet list with a unicode character for the box. In HTML, you get checkboxes and in LaTeX/PDF output, a box is used as the list marker. API changes: + Added constructor `Ext_task_lists` to `Extension`. + Added `taskListItemFromAscii` and `taskListItemToAscii` to Text.Pandoc.Shared. * Allow some command line options to take URL in addition to FILE. `--include-in-header`, `--include-before-body`, `--include-after-body`. * HTML reader: + Handle empty `start` attribute (see #5162). + Treat `textarea` as a verbatim environment (#5241) and preserve spacing. * RST reader: + Change treatment of `number-lines` directive (Brian Leung, [#5207]). Directives of this type without numeric inputs should not have a `startFrom` attribute; with a blank value, the writers can produce extra whitespace. + Removed superfluous `sourceCode` class on code blocks (#5047). + Handle `sourcecode` directive as synonynm for `code` (#5204). * Markdown reader: + Remove `sourceCode` class for literate Haskell code blocks (#5047). Reverse order of `literate` and `haskell` classes on code blocks when parsing literate Haskell, so `haskell` is first. + Treat `