<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/test/Tests, branch master</title>
<subtitle>Conversion between markup formats</subtitle>
<id>https://git.pashev.ru/pandoc/atom?h=master</id>
<link rel='self' href='https://git.pashev.ru/pandoc/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/'/>
<updated>2021-12-22T17:45:02Z</updated>
<entry>
<title>HTML writer: make line breaks more consistent.</title>
<updated>2021-12-22T17:45:02Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-22T06:53:22Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=c4f6e6cb57e4fdda9ad59ff7220988810583ec60'/>
<id>urn:sha1:c4f6e6cb57e4fdda9ad59ff7220988810583ec60</id>
<content type='text'>
- With `--wrap=none`, we now output line breaks between
  block-level elements. Previously they were omitted
  entirely, so the whole document was on one line, unless
  there were literal line breaks in pre sections.  This makes
  the HTML writer's behavior more consistent with that of
  other writers.

- Put newline after `&lt;dd&gt;`.

- Put newlines after block-level elements in footnote section.
</content>
</entry>
<entry>
<title>Lua: use more natural representation for Reference values</title>
<updated>2021-12-20T08:41:03Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-12-20T08:28:38Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=cd2bffee1e4c0ca9c999bd37f81732664f9f107a'/>
<id>urn:sha1:cd2bffee1e4c0ca9c999bd37f81732664f9f107a</id>
<content type='text'>
Omit `false` boolean values, push integers as numbers.
</content>
</entry>
<entry>
<title>Add a writer for Markua 0.10 (#7729)</title>
<updated>2021-12-19T20:10:41Z</updated>
<author>
<name>binaarinen</name>
<email>53334195+binaarinen@users.noreply.github.com</email>
</author>
<published>2021-12-19T20:10:41Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=0610f16f7f684b320325b6c0b501725138d10a52'/>
<id>urn:sha1:0610f16f7f684b320325b6c0b501725138d10a52</id>
<content type='text'>
Markua is a markdown variant used by Leanpub.
More information about Markua can be found at https://leanpub.com/markua/read.

Adds a new exported function `writeMarkua` from T.P.Writers.Markdown.
[API change]

Closes #1871.

Co-authored by Tim Wisotzki and Samuel Lemmenmeier.
</content>
</entry>
<entry>
<title>Org reader: parse official org-cite citations.</title>
<updated>2021-12-14T19:34:32Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-14T18:40:24Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=394fa9d0727a30f540d9c36ccfa68fc942cad587'/>
<id>urn:sha1:394fa9d0727a30f540d9c36ccfa68fc942cad587</id>
<content type='text'>
We also support the older org-ref style as a fallback.
We no longer support the "markdown-style" citations.

See #7329.
</content>
</entry>
<entry>
<title>Org reader: remove support for "Berkeley style" citations.</title>
<updated>2021-12-14T17:20:26Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-14T17:20:09Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=5817e864918e5d03b6402afac0ff8c748a2ac2f6'/>
<id>urn:sha1:5817e864918e5d03b6402afac0ff8c748a2ac2f6</id>
<content type='text'>
See #7329.
</content>
</entry>
<entry>
<title>fix(IpynbOutput)!: rank always favors output format</title>
<updated>2021-12-11T17:42:30Z</updated>
<author>
<name>Kolen Cheung</name>
<email>christian.kolen@gmail.com</email>
</author>
<published>2021-12-11T00:18:35Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=a9a9a2c62a811d0e64062b0be628f55ba541dad7'/>
<id>urn:sha1:a9a9a2c62a811d0e64062b0be628f55ba541dad7</id>
<content type='text'>
Previously, both `fmt == f` case and Image have a rank of 1.
In the end, e.g. from ipynb to html conversion,
if both html and image exists, it actually prefers the image.
This commit changes this, so that fmt == f is always highest rank,
and rank never collides.
This is achieved by keeping fmt == f case having rank 1,
and every other rank increased by 1.
</content>
</entry>
<entry>
<title>Lua tests: remove roundtrip tests</title>
<updated>2021-12-10T17:28:54Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-12-10T17:28:54Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=bfb3118ebb1f24d8b12a806ef0ade14d5c4575ce'/>
<id>urn:sha1:bfb3118ebb1f24d8b12a806ef0ade14d5c4575ce</id>
<content type='text'>
Property tests that roundtrip elements through the Lua stack are
performed in the test-suite of the pandoc-lua-marshal package. No need
to test this here as well.
</content>
</entry>
<entry>
<title>Powerpoint tests: shorten lines by grouping tests</title>
<updated>2021-12-10T17:25:28Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-12-10T17:10:36Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=a64ea1864743ed8d96acec04f2895dc638bc1df7'/>
<id>urn:sha1:a64ea1864743ed8d96acec04f2895dc638bc1df7</id>
<content type='text'>
This makes the test output more pleasant to read in narrow terminal
windows.
</content>
</entry>
<entry>
<title>ipynb writer: handle cell output with raw block of markdown (#7563)</title>
<updated>2021-12-10T04:36:56Z</updated>
<author>
<name>Kolen Cheung</name>
<email>ickc@users.noreply.github.com</email>
</author>
<published>2021-12-10T04:36:56Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=20eb8ac7fded0220278e8818a92968328f9014eb'/>
<id>urn:sha1:20eb8ac7fded0220278e8818a92968328f9014eb</id>
<content type='text'>
Write RawBlock of markdown in code-cell output.

#7561 makes the ipynb reader reads code-cell output with mime
"text/markdown" to a RawBlock of markdown

This commit makes the ipynb writer writes this RawBlock of markdown
back inside a code-cell output with the same mime, preserving this
information in round-trip

Add tests of ipynb reader (#7561) and ipynb writer (#7563)'s ability to
handle a "text/markdown" mime type in a code-cell output</content>
</entry>
<entry>
<title>Lua: use package pandoc-lua-marshal (#7719)</title>
<updated>2021-11-28T01:08:01Z</updated>
<author>
<name>Albert Krewinkel</name>
<email>albert@zeitkraut.de</email>
</author>
<published>2021-11-28T01:08:01Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=3692a1d1e83703fbf235214f2838cd92683c625c'/>
<id>urn:sha1:3692a1d1e83703fbf235214f2838cd92683c625c</id>
<content type='text'>
The marshaling functions for pandoc's AST are extracted into a separate
package. The package comes with a number of changes:

  - Pandoc's List module was rewritten in C, thereby improving error
    messages.

  - Lists of `Block` and `Inline` elements are marshaled using the new
    list types `Blocks` and `Inlines`, respectively. These types
    currently behave identical to the generic List type, but give better
    error messages. This also opens up the possibility of adding
    element-specific methods to these lists in the future.

  - Elements of type `MetaValue` are no longer pushed as values which
    have `.t` and `.tag` properties. This was already true for
    `MetaString` and `MetaBool` values, which are still marshaled as Lua
    strings and booleans, respectively. Affected values:

      + `MetaBlocks` values are marshaled as a `Blocks` list;

      + `MetaInlines` values are marshaled as a `Inlines` list;

      + `MetaList` values are marshaled as a generic pandoc `List`s.

      + `MetaMap` values are marshaled as plain tables and no longer
        given any metatable.

  - The test suite for marshaled objects and their constructors has
    been extended and improved.

  - A bug in Citation objects, where setting a citation's suffix
    modified it's prefix, has been fixed.</content>
</entry>
</feed>
