pandoc/test/Tests/Readers/Org
Albert Krewinkel 5ef315cc6d
Org reader: keep unknown keyword lines as raw org
The lines of unknown keywords, like `#+SOMEWORD: value` are no longer
read as metadata, but kept as raw `org` blocks. This ensures that more
information is retained when round-tripping org-mode files;
additionally, this change makes it possible to support non-standard org
extensions via filters.
2020-06-29 21:19:34 +02:00
..
Block Use the new builders, modify readers to preserve empty headers 2020-04-15 23:03:22 -04:00
Inline Update copyright year (#6186) 2020-03-13 09:52:47 -07:00
Block.hs Update copyright year (#6186) 2020-03-13 09:52:47 -07:00
Directive.hs Org reader: honor tex export option 2020-06-25 20:31:33 +02:00
Inline.hs Recognize images with uppercase extensions 2020-06-20 18:14:18 +02:00
Meta.hs Org reader: keep unknown keyword lines as raw org 2020-06-29 21:19:34 +02:00
Shared.hs Update copyright year (#6186) 2020-03-13 09:52:47 -07:00