go-org-orgwiki/org
Niklas Fasching e076412b29 html: Implement fat table rows (use tbodies to represent separators)
html does not support table separator rows as Org mode does. Emacs org export
simulates rows as defined by separators by wrapping all the rows between 2
separators into a separate tbody. The html spec is fine with that [0] so we
follow.

[0] https://developer.mozilla.org/en-US/docs/Web/HTML/Element/tbody
2020-06-26 20:11:14 +02:00
..
testdata html: Implement fat table rows (use tbodies to represent separators) 2020-06-26 20:11:14 +02:00
block.go html: Implement source block :exports parameter 2020-04-17 15:24:42 +02:00
document.go Add title export option 2020-06-26 12:25:17 +02:00
drawer.go Export WriteNodesAsString on writer interface 2019-11-02 23:44:16 +01:00
footnote.go Export WriteNodesAsString on writer interface 2019-11-02 23:44:16 +01:00
fuzz.go Fix fuzz 2019-01-02 21:22:13 +01:00
headline.go Export WriteNodesAsString on writer interface 2019-11-02 23:44:16 +01:00
html_entity.go Add support for org-entities (e.g. ndash, mdash, \Aacute) 2018-12-11 22:12:51 +01:00
html_writer.go html: Implement fat table rows (use tbodies to represent separators) 2020-06-26 20:11:14 +02:00
html_writer_test.go Add support for extending writers 2019-10-27 16:43:42 +01:00
inline.go Implement #+MACRO 2020-04-17 16:41:06 +02:00
keyword.go Implement #+MACRO 2020-04-17 16:41:06 +02:00
list.go Preserve whitespace (indentation) inside paragraphs 2019-12-22 14:17:14 +01:00
org_writer.go Implement #+MACRO 2020-04-17 16:41:06 +02:00
org_writer_test.go Add support for extending writers 2019-10-27 16:43:42 +01:00
paragraph.go Preserve whitespace (indentation) inside paragraphs 2019-12-22 14:17:14 +01:00
table.go Store table separator indices 2020-06-26 20:05:59 +02:00
util.go Improve footnote handling 2018-12-26 15:42:12 +01:00
writer.go Implement #+MACRO 2020-04-17 16:41:06 +02:00