go-org-orgwiki/org/testdata
Niklas Fasching 64b2b22270 Fix list item parsing and headline token lvls
As headlines are always lvl (indent) 0 I thought it would be clever to abuse
the lvl field to store the headline lvl. Well, here we are - it wasn't clever.

List items only end when their parent ends or they run into something that's
not indented enough - everything else becomes part of the list item. Abusing
the token.lvl field (indent) for the headline lvl means headlines look indented
to the list item parsing logic - i.e. they become part of the list item if the
headline has a high enough lvl. That should never happen - so let's get rid of
the hack and (re-)calculate the headline lvl when we need it.
2020-07-22 13:49:58 +02:00
..
blocks.html html: Remove cosmetic whitespace inside p tags 2020-06-26 18:55:15 +02:00
blocks.org html: Implement source block :exports parameter 2020-04-17 15:24:42 +02:00
blocks.pretty_org html: Implement source block :exports parameter 2020-04-17 15:24:42 +02:00
captions.html html: Remove cosmetic whitespace inside p tags 2020-06-26 18:55:15 +02:00
captions.org Remove outdated information from captions fixture 2018-12-19 00:39:06 +01:00
captions.pretty_org Remove outdated information from captions fixture 2018-12-19 00:39:06 +01:00
footnotes.html html: Wrap headline+content & headline content in containers 2020-06-29 16:48:46 +02:00
footnotes.org HTML export: Improve handling of missing footnote definitions 2019-07-07 18:01:22 +02:00
footnotes.pretty_org HTML export: Improve handling of missing footnote definitions 2019-07-07 18:01:22 +02:00
footnotes_in_headline.html html: Wrap headline+content & headline content in containers 2020-06-29 16:48:46 +02:00
footnotes_in_headline.org html: Fix html writer footnotes (in headlines) 2019-08-24 12:11:23 +02:00
footnotes_in_headline.pretty_org html: Fix html writer footnotes (in headlines) 2019-08-24 12:11:23 +02:00
headlines.html html: Wrap headline+content & headline content in containers 2020-06-29 16:48:46 +02:00
headlines.org html: Allow limiting level of headlines to be included in toc 2020-01-20 18:44:09 +01:00
headlines.pretty_org html: Allow limiting level of headlines to be included in toc 2020-01-20 18:44:09 +01:00
inline.html html: Support links with image descriptions 2020-06-28 21:16:46 +02:00
inline.org html: Support links with image descriptions 2020-06-28 21:16:46 +02:00
inline.pretty_org html: Support links with image descriptions 2020-06-28 21:16:46 +02:00
keywords.html html: Remove cosmetic whitespace inside p tags 2020-06-26 18:55:15 +02:00
keywords.org Add support for NAME keyword 2019-10-27 15:12:38 +01:00
keywords.pretty_org Add support for NAME keyword 2019-10-27 15:12:38 +01:00
latex.html html: Remove cosmetic whitespace inside p tags 2020-06-26 18:55:15 +02:00
latex.org Fix latex fragment parsing 2020-01-20 18:47:26 +01:00
latex.pretty_org Fix latex fragment parsing 2020-01-20 18:47:26 +01:00
lists.html html: Remove cosmetic whitespace inside p tags 2020-06-26 18:55:15 +02:00
lists.org Support list items with empty first line 2018-12-19 17:40:47 +01:00
lists.pretty_org Preserve whitespace (indentation) inside paragraphs 2019-12-22 14:17:14 +01:00
misc.html Fix list item parsing and headline token lvls 2020-07-22 13:49:58 +02:00
misc.org Fix list item parsing and headline token lvls 2020-07-22 13:49:58 +02:00
misc.pretty_org Fix list item parsing and headline token lvls 2020-07-22 13:49:58 +02:00
options.html html: Wrap headline+content & headline content in containers 2020-06-29 16:48:46 +02:00
options.org Improve document.GetOption: Merge default and buffer local options 2019-01-02 18:52:03 +01:00
options.pretty_org Improve document.GetOption: Merge default and buffer local options 2019-01-02 18:52:03 +01:00
paragraphs.html html: Remove cosmetic whitespace inside p tags 2020-06-26 18:55:15 +02:00
paragraphs.org Split example.org into separate files 2018-12-11 14:43:44 +01:00
paragraphs.pretty_org Improve tests: Add pretty_org fixtures to allow testing pretty printing 2018-12-18 23:54:04 +01:00
setup_file_org Add support for EXCLUDE_TAGS and :noexport: 2018-12-26 15:31:48 +01:00
tables.html html: Implement fat table rows (use tbodies to represent separators) 2020-06-26 20:11:14 +02:00
tables.org html: Implement fat table rows (use tbodies to represent separators) 2020-06-26 20:11:14 +02:00
tables.pretty_org html: Implement fat table rows (use tbodies to represent separators) 2020-06-26 20:11:14 +02:00