pandoc/doc
John MacFarlane 26a8de684e Change JSON encodings of some types.
- For LineEnding use lowercase constructors, e.g. `crlf`, `native`.
  This was the original intent, but there was a bug in the
  implementation.
- For HTMLSlideVariant use lowercase constructors.
- For ReaderOptions use e.g. `default-image-extension`
  instead of `readerDefaultImageExtension` for field names.
- For Extension, use e.g. `tex_math_dollars` instead of
  `Ext_tex_math_dollars` as constructor.
- For Extensions, use an array of Extensions, instead of
  an object wrapping the tag `Extensions` and an integer.
  (The representation is not supposed to be part of the
  public API.)
- For Opt, use field names like `tab-stop` instead of `optTabStop`.
2021-10-27 12:50:51 -07:00
..
customizing-pandoc.md Fix capitalization of "Linux" in docs (#5859) 2019-10-28 10:45:36 -07:00
epub.md Mention GladTeX for EPUB export 2021-06-07 19:17:39 -06:00
faqs.md Add a faq about the "Cannot allocate memory" error on M1 macs. 2021-08-01 10:29:47 -06:00
filters.md Change JSON encodings of some types. 2021-10-27 12:50:51 -07:00
getting-started.md Fix capitalization of "Linux" in docs (#5859) 2019-10-28 10:45:36 -07:00
jats.md JATS templates: support 'equal-contrib' attrib for authors 2021-03-11 11:07:59 +01:00
libraries.md Add unicode-collation to list of libraries developed to support pandoc. 2021-04-26 09:29:47 -07:00
lua-filters.md Rephrase pandoc.path docs (#7548) 2021-09-04 22:47:01 -07:00
org.md docs/org.md: Add note about default export behavior of org-mode in (#7238) 2021-04-26 11:54:25 +02:00
using-the-pandoc-api.md using-the-pandoc-api.md: switch from String to Text 2021-06-08 12:38:20 +02:00