<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/src/Text/Pandoc/Writers/Markdown, 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-19T20:10:41Z</updated>
<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>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>Improve Markdown writer escaping.</title>
<updated>2021-12-04T01:52:47Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-12-04T01:52:47Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=51f6f0e3a1533a0e1bb94538f55bdc9db380a028'/>
<id>urn:sha1:51f6f0e3a1533a0e1bb94538f55bdc9db380a028</id>
<content type='text'>
This fixes escaping for '#' in particular.
Closes #7726.
</content>
</entry>
<entry>
<title>Markdown writer: don't create autolinks when this loses information.</title>
<updated>2021-11-15T19:06:50Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-11-15T19:06:08Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=c19f0634203f224a26851635f4b86e1013a6618a'/>
<id>urn:sha1:c19f0634203f224a26851635f4b86e1013a6618a</id>
<content type='text'>
Previously we sometimes lost attributes when rendering links as autolinks.

Closes #7692.
</content>
</entry>
<entry>
<title>Allow `plain` to be used in raw attribute syntax.</title>
<updated>2021-11-04T17:11:57Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-11-04T17:11:57Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=0b254ea4af38cf53c027eb5e9977e96c2b7975c7'/>
<id>urn:sha1:0b254ea4af38cf53c027eb5e9977e96c2b7975c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Avoid bad wraps in markdown writer at the Doc Text level.</title>
<updated>2021-10-05T15:44:51Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-10-04T02:11:12Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=6c507a66cf007ee0d7739ef4c4217f6984db49ef'/>
<id>urn:sha1:6c507a66cf007ee0d7739ef4c4217f6984db49ef</id>
<content type='text'>
Previously we tried to do this at the Inline list level,
but it makes more sense to intervene on breaking spaces
at the Doc Text level.
</content>
</entry>
<entry>
<title>Markdown writer: use `underline` class rather than `ul` for underline.</title>
<updated>2021-09-19T16:12:55Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-09-19T16:12:55Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=92e0e424c059e568522b27ef438e651fe5b0a59b'/>
<id>urn:sha1:92e0e424c059e568522b27ef438e651fe5b0a59b</id>
<content type='text'>
This only affects output with bracketed_spans enabled.
The markdown reader parses spans with either `.ul` or `.underline` as
Underline elements, but we're moving towards preferring the latter.
</content>
</entry>
<entry>
<title>Stop using the HTTP package. (#7456)</title>
<updated>2021-08-03T21:53:05Z</updated>
<author>
<name>mt_caret</name>
<email>mtakeda.enigsol@gmail.com</email>
</author>
<published>2021-08-03T21:53:05Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=407de98b5e3971c84c7e89de5f2a9d317b4d4557'/>
<id>urn:sha1:407de98b5e3971c84c7e89de5f2a9d317b4d4557</id>
<content type='text'>
We only depend on the urlEncode function in the package, which is also
provided by http-types. The HTTP package also depends on the network
package, which has difficulty building on ghcjs.

Add internal module Text.Pandoc.Network.HTTP, exporting `urlEncode`.
</content>
</entry>
<entry>
<title>CommonMark writer: do not throw away attributes when Ext_attributes is enabled</title>
<updated>2021-06-05T19:51:18Z</updated>
<author>
<name>Jan Tojnar</name>
<email>jtojnar@gmail.com</email>
</author>
<published>2021-06-05T13:53:24Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=7a3ee9d3d83b73cb53de80e01a9968ebf8f7cf12'/>
<id>urn:sha1:7a3ee9d3d83b73cb53de80e01a9968ebf8f7cf12</id>
<content type='text'>
Ext_attributes covers at least the following:

- Ext_fenced_code_attributes
- Ext_header_attributes
- Ext_inline_code_attributes
- Ext_link_attributes
</content>
</entry>
</feed>
