pandoc/data
Albert Krewinkel 6a03aca906 Lua: marshal Inline elements as userdata
This includes the following user-facing changes:

- Deprecated inline constructors are removed. These are `DoubleQuoted`,
  `SingleQuoted`, `DisplayMath`, and `InlineMath`.

- Attr values are no longer normalized when assigned to an Inline
  element property.

- It's no longer possible to access parts of Inline elements via
  numerical indexes. E.g., `pandoc.Span('test')[2]` used to give
  `pandoc.Str 'test'`, but yields `nil` now. This was undocumented
  behavior not intended to be used in user scripts. Use named properties
  instead.

- Accessing `.c` to get a JSON-like tuple of all components no longer
  works. This was undocumented behavior.

- Only known properties can be set on an element value. Trying to set a
  different property will now raise an error.
2021-10-22 11:16:51 -07:00
..
docx docx writer settings.xml: 2021-05-15 11:04:53 -07:00
dzslides Updated dzslides template. 2015-07-13 22:46:49 -07:00
odt Update default ODT style 2021-02-19 10:18:49 -08:00
pptx pptx: Line up continuation paragraphs 2021-10-17 17:24:30 -07:00
templates Fix line numbers in source code with reveal.js 2021-10-21 08:59:33 -07:00
translations Add translations zh-Hans.yaml and zh-Hant.yaml 2020-12-02 21:00:57 -08:00
abbreviations Additional abbreviations 2018-11-20 15:42:24 -05:00
bash_completion.tpl Add tectonic as an option for --pdf-engine. (#5346) 2019-03-07 10:16:40 -07:00
default.csl Update default CSL to use latest chicago-author-date.csl. 2021-01-10 12:52:50 -08:00
epub.css epub.css: Fix cover page selectors and add note explaining their use. (#6649) 2020-08-30 15:12:12 -07:00
init.lua Lua filters: load module pandoc before calling init.lua (#5287) 2019-02-09 13:56:49 -08:00
pandoc.List.lua Lua: add methods insert, remove, and sort to pandoc.List 2020-01-11 21:31:20 +01:00
pandoc.lua Lua: marshal Inline elements as userdata 2021-10-22 11:16:51 -07:00
sample.lua Various sample.lua editorial fixes. (#7493) 2021-08-12 10:16:34 -07:00