pandoc/test/Tests
Florian Klink c6e936dec2 docbook reader: fix nesting of chapters and sections (#5864)
* Set dbBook to true when traversing a chapter too.
  Currently, a `<title/>` in a chapter and in a `<section/>` below that
  chapter have the same level if they're not inside a `<book/>`.

  This can happen in a multi-file book project. Also see the example at
  https://tdg.docbook.org/tdg/4.5/chapter.html

  Co-authored-by: Félix Baylac-Jacqué <felix@alternativebit.fr>

* Add docbook-chapter test

  This tests nested `<section/>` and makes sure `<title/>` in the first
  `<section/>` below `<chapter/>` is one level deeper than the `<chapter/>`'s
  `<title/>`, also when not inside a `<book/>`.

  Co-authored-by: Félix Baylac-Jacqué <felix@alternativebit.fr>
2019-10-30 08:51:33 -07:00
..
Lua Lua modules: test pandoc.mediabag 2019-05-30 08:44:40 +02:00
Readers Org reader: fix parsing of empty comment lines 2019-10-27 23:00:30 +01:00
Writers Changes to build with new doctemplates/doclayout. 2019-10-29 22:21:35 -07:00
Command.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00
Helpers.hs Use doctemplates 0.3, change type of writerTemplate. 2019-07-28 19:25:45 -07:00
Lua.hs Fix redundant constraint warnings. (#5625) 2019-07-02 10:29:34 +02:00
Old.hs docbook reader: fix nesting of chapters and sections (#5864) 2019-10-30 08:51:33 -07:00
Shared.hs Add missing copyright notices and remove license boilerplate (#5112) 2019-02-04 13:52:31 -08:00