<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/src/Text/Pandoc/Writers, 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-29T13:46:11Z</updated>
<entry>
<title>LaTeX-&gt;HTML: Automatically generate the TOC</title>
<updated>2021-12-29T13:46:11Z</updated>
<author>
<name>Igor Pashev</name>
<email>pashev.igor@gmail.com</email>
</author>
<published>2021-12-29T13:46:11Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=004d06cfdca6b15364f39d632daf87675ce18b8d'/>
<id>urn:sha1:004d06cfdca6b15364f39d632daf87675ce18b8d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>OpenDocument writer: fix vertical align bug with display math.</title>
<updated>2021-12-29T00:06:25Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-29T00:06:25Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=7d56650e0137daf504fdd79187811f091d4eee37'/>
<id>urn:sha1:7d56650e0137daf504fdd79187811f091d4eee37</id>
<content type='text'>
Previously some displayed formulas would be floated above
a preceding text line.  This is fixed by setting vertical-rel
to 'text' rather than 'paragraph-content'.

Closes #7777.
</content>
</entry>
<entry>
<title>RTF writer: properly handle images in data URIs.</title>
<updated>2021-12-22T19:59:07Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-22T19:59:07Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=811601aa8b07bd07e07759ab9d1cfdac68e5f1f6'/>
<id>urn:sha1:811601aa8b07bd07e07759ab9d1cfdac68e5f1f6</id>
<content type='text'>
See #7771.
</content>
</entry>
<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>Add text wrapping to HTML output.</title>
<updated>2021-12-22T17:45:02Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-20T21:44:03Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=7a9832166e36f77402d5e0259647e9f5c7ba4e58'/>
<id>urn:sha1:7a9832166e36f77402d5e0259647e9f5c7ba4e58</id>
<content type='text'>
Previously the HTML writer was exceptional in not being
sensitive to the `--wrap` option.  With this change `--wrap`
now works for HTML. The default (as with other formats) is
automatic wrapping to 72 columns.

A new internal module, T.P.Writers.Blaze, exports `layoutMarkup`.
This converts a blaze Html structure into a doclayout Doc Text.

In addition, we now add a line break between an `img` tag
and the associated `figcaption`.

Note: Output is never wrapped in `writeHtmlStringForEPUB`.
This accords with previous behavior since previously the HTML
writer was insensitive to `--wrap` settings.  There's no real
need to wrap HTML inside a zipped container.

Note that the contents of script, textarea, and pre tags are
always laid out with the `flush` combinator, so that unwanted
spaces won't be introduced if these occur in an indented context
in a template.

Closes #7764.
</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 writer: use the citation locator list from the org source code...</title>
<updated>2021-12-15T04:30:55Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-15T04:30:55Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=a527a2f3454adb637827704739dc2ffc94101531'/>
<id>urn:sha1:a527a2f3454adb637827704739dc2ffc94101531</id>
<content type='text'>
which is not localized, instead of getting locators from the
localized CSL stylesheet as we did before.
</content>
</entry>
<entry>
<title>Markdown writer: avoid extra space before citation suffix...</title>
<updated>2021-12-14T19:34:32Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-14T19:26:28Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=be0e3f979441176b6d838ff722ae7990940564be'/>
<id>urn:sha1:be0e3f979441176b6d838ff722ae7990940564be</id>
<content type='text'>
if it already starts with a space.
</content>
</entry>
<entry>
<title>Markdown writer: ensure semicolon btw locator and next citation...</title>
<updated>2021-12-14T19:34:32Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-14T19:20:59Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=d393f2f15816ed9030e6bf73a836f26d8148166e'/>
<id>urn:sha1:d393f2f15816ed9030e6bf73a836f26d8148166e</id>
<content type='text'>
when an author-in-text citation has a locator and following
citations.
</content>
</entry>
<entry>
<title>Org writer: add tests for org-cite citations, and improve support.</title>
<updated>2021-12-13T20:11:58Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-13T20:10:13Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=9f089aa2863afdbfacd8a43dc85f0b8c53463bb8'/>
<id>urn:sha1:9f089aa2863afdbfacd8a43dc85f0b8c53463bb8</id>
<content type='text'>
</content>
</entry>
</feed>
