go-org-orgwiki/org/testdata
Niklas Fasching dce67eaddf Improve ATTR_HTML keyword parsing
Org mode separates kvs not as initially assumed by whitespace (~ csv) but
rather at keywords (~ :\w+).

This is still not replicating Org mode behaviour though as I decided against
attributes ignoring multi-definitions. Instead we stack their
values (and those existing on the element) for certain attributes (class, style
for now).

e.g.
[[foo]]

would become <foo class="a"> in Org mode but becomes <foo class="a b"> with
go-org.
2018-12-18 00:16:41 +01:00
..
blocks.html Improve handling of elements containing raw text 2018-12-17 13:40:15 +01:00
blocks.org Add support for ": example" elements 2018-12-16 23:23:47 +01:00
captions.html Change img url http -> https where possible for cleaner gh-pages console 2018-12-11 22:12:51 +01:00
captions.org Change img url http -> https where possible for cleaner gh-pages console 2018-12-11 22:12:51 +01:00
footnotes.html html: Export headline todo status & tags 2018-12-16 22:45:18 +01:00
footnotes.org Split example.org into separate files 2018-12-11 14:43:44 +01:00
headlines.html html: Render headline priority 2018-12-17 22:39:29 +01:00
headlines.org Add basic support for drawers 2018-12-17 00:01:03 +01:00
inline.html Change img url http -> https where possible for cleaner gh-pages console 2018-12-11 22:12:51 +01:00
inline.org Change img url http -> https where possible for cleaner gh-pages console 2018-12-11 22:12:51 +01:00
keywords.html Improve ATTR_HTML keyword parsing 2018-12-18 00:16:41 +01:00
keywords.org Improve ATTR_HTML keyword parsing 2018-12-18 00:16:41 +01:00
lists.html Improve descriptive list org rendering 2018-12-17 16:02:56 +01:00
lists.org Improve descriptive list org rendering 2018-12-17 16:02:56 +01:00
misc.html Improve ATTR_HTML keyword parsing 2018-12-18 00:16:41 +01:00
misc.org Improve ATTR_HTML keyword parsing 2018-12-18 00:16:41 +01:00
paragraphs.html Split example.org into separate files 2018-12-11 14:43:44 +01:00
paragraphs.org Split example.org into separate files 2018-12-11 14:43:44 +01:00
tables.html Add table pretty printing & alignment 2018-12-14 15:49:40 +01:00
tables.org Add table pretty printing & alignment 2018-12-14 15:49:40 +01:00