<feed xmlns='http://www.w3.org/2005/Atom'>
<title>pandoc/test/writer.context, 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-09-21T19:37:42Z</updated>
<entry>
<title>Use pretty-simple to format native output.</title>
<updated>2021-09-21T19:37:42Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-09-19T19:09:51Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=c266734448544a118ed80e47deaa2590131c7f84'/>
<id>urn:sha1:c266734448544a118ed80e47deaa2590131c7f84</id>
<content type='text'>
Previously we used our own homespun formatting.  But this
produces over-long lines that aren't ideal for diffs in tests.
Easier to use something off-the-shelf and standard.

Closes #7580.

Performance is slower by about a factor of 10, but this isn't
really a problem because native isn't suitable as a serialization
format. (For serialization you should use json, because the reader
is so much faster than native.)
</content>
</entry>
<entry>
<title>ConTeXt reader: improve ordered lists (#7304)</title>
<updated>2021-05-20T16:59:53Z</updated>
<author>
<name>Denis Maier</name>
<email>denis.maier@ub.unibe.ch</email>
</author>
<published>2021-05-20T16:59:53Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=183ce584779b344ad6a6a3e085ddfdb00faf62aa'/>
<id>urn:sha1:183ce584779b344ad6a6a3e085ddfdb00faf62aa</id>
<content type='text'>
Closes #5016 

- change ordered list from itemize to enumerate
- adds new itemgroup for ordered lists
- add fontfeature for table figures
- remove width from itemize in context writer
</content>
</entry>
<entry>
<title>Remove `\setupthinrules` from default context template.</title>
<updated>2021-01-06T22:39:44Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2021-01-06T22:39:44Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=533b2edd51f9d85fe3ae0d54b2b22fb980e3d066'/>
<id>urn:sha1:533b2edd51f9d85fe3ae0d54b2b22fb980e3d066</id>
<content type='text'>
The width parameter this used is not actually supported,
and the command didn't do anything.
</content>
</entry>
<entry>
<title>ConTeXt template: adds \setupinterlinespace to fonts larger than normal (#6763)</title>
<updated>2020-10-23T00:24:27Z</updated>
<author>
<name>Denis Maier</name>
<email>maier.de@gmail.com</email>
</author>
<published>2020-10-23T00:24:27Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=4bce33e89954e455bd762d7ebb38b2a14d25cc52'/>
<id>urn:sha1:4bce33e89954e455bd762d7ebb38b2a14d25cc52</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ConTeXt template: Adjustments to title formatting (#5949)</title>
<updated>2019-12-11T16:28:11Z</updated>
<author>
<name>Denis Maier</name>
<email>maier.de@gmail.com</email>
</author>
<published>2019-12-11T16:28:11Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=4e7ac069b9d79146c3d39a8514bbdbf81f51118e'/>
<id>urn:sha1:4e7ac069b9d79146c3d39a8514bbdbf81f51118e</id>
<content type='text'>
Added `\setupinterlinespace` to `title`, `subtitle`, `date` and `author` elements.
Otherwise longer titles that run over multiple lines will look squashed as
`\tfd` etc. won't adapt the line spacing to the font size.
</content>
</entry>
<entry>
<title>ConTeXt template: add a saner default for page numbers.</title>
<updated>2019-11-17T02:38:05Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2019-11-17T02:38:05Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=1b42e05bd9fcbf74e31547024be228a7bef99bf5'/>
<id>urn:sha1:1b42e05bd9fcbf74e31547024be228a7bef99bf5</id>
<content type='text'>
Previously they appeared centered at the top of the page;
now we put them centered at the bottom, unless the `pagenumbering`
variable is set (this gives users full control over page
number format and position,
https://wiki.contextgarden.net/Command/setuppagenumbering)
</content>
</entry>
<entry>
<title>Customizable type of PDF/A for the ConTeXt writer (issue #5608) (#5610)</title>
<updated>2019-07-15T18:55:04Z</updated>
<author>
<name>Karl Pettersson</name>
<email>klpn1258@gmail.com</email>
</author>
<published>2019-07-15T18:55:04Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=5303791bc4a9d5233a60e6bc84f2fb773c9c8e4e'/>
<id>urn:sha1:5303791bc4a9d5233a60e6bc84f2fb773c9c8e4e</id>
<content type='text'>
* Let the user choose type of PDF/A generated with ConTeXt (closes #5608)
* Updated ConTeXt test documents for changes in tagging
* Updated color profile settings in accordance with ConTeXt wiki
* Made ICC profile and output intent for PDF/A customizable
* Read pdfa variable from meta (and updated manual)
</content>
</entry>
<entry>
<title>Markdown reader: Use "tex" instead of "latex" for raw tex-ish content.</title>
<updated>2018-08-15T17:25:12Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2018-08-15T17:25:12Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=13dea94a9128a4caf3fb820bb21cd8176465c82e'/>
<id>urn:sha1:13dea94a9128a4caf3fb820bb21cd8176465c82e</id>
<content type='text'>
We can't always tell if it's LaTeX, ConTeXt, or plain TeX.
Better just to use "tex" always.

Also changed:

ConTeXt writer: now outputs raw "tex" blocks as well as "context".
(Closes #969).

RST writer: uses ".. raw:: latex" for "tex" content.
(RST doesn't support raw context anyway.)

Note that if "context" or "latex" specifically is desired,
you can still force that in a markdown document by using
the raw attribute (see MANUAL.txt):

    ```{=latex}
    \foo
    ```

Note that this change may affect some filters, if they assume that raw
tex parsed by the Markdown reader will be RawBlock (Format "latex").
In most cases it should be trivial to modify the filters to accept
"tex" as well.
</content>
</entry>
<entry>
<title>Update tests for #4605.</title>
<updated>2018-05-02T04:26:08Z</updated>
<author>
<name>John MacFarlane</name>
<email>jgm@berkeley.edu</email>
</author>
<published>2018-05-02T04:26:08Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=516025248e954e84b43120493902f81322c47024'/>
<id>urn:sha1:516025248e954e84b43120493902f81322c47024</id>
<content type='text'>
</content>
</entry>
<entry>
<title>ConTeXt writer: new section syntax and --section-divs (#4295)</title>
<updated>2018-01-25T19:56:28Z</updated>
<author>
<name>Henri Menke</name>
<email>henri@icp.uni-stuttgart.de</email>
</author>
<published>2018-01-25T19:56:28Z</published>
<link rel='alternate' type='text/html' href='https://git.pashev.ru/pandoc/commit/?id=751b5ad010794ec51699bfb89de91b38c85d3297'/>
<id>urn:sha1:751b5ad010794ec51699bfb89de91b38c85d3297</id>
<content type='text'>
Fixes #2609.

This PR introduces the new-style section headings: `\section[my-header]{My Header}` -&gt; `\section[title={My Header},reference={my-header}]`.

On top of this, the ConTeXt writer now supports the `--section-divs` option to write sections in the fenced style, with `\startsection` and `\stopsection`.
</content>
</entry>
</feed>
