go-org-orgwiki/org
Niklas Fasching da99094e20 Fix explicit line break parsing
It's possible for the input to end right after the explicit line break,
i.e. after the second \. This currently leads to an out of range index into
input (as the for loop starts with start+2 and [start:start+1] is the \\).
2019-01-12 20:08:17 +01:00
..
testdata Fix explicit line break parsing 2019-01-12 20:08:17 +01:00
block.go Add String() method to Node interface 2019-01-06 20:50:02 +01:00
document.go Add support for timestamps 2019-01-06 21:01:47 +01:00
drawer.go Add String() method to Node interface 2019-01-06 20:50:02 +01:00
footnote.go Add String() method to Node interface 2019-01-06 20:50:02 +01:00
fuzz.go Fix fuzz 2019-01-02 21:22:13 +01:00
headline.go Fix AST headline nesting 2019-01-07 20:26:27 +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 Improve NewHTMLWriter() defaults 2019-01-07 21:43:50 +01:00
html_writer_test.go Add some documentation & split Document into Configuration+Document 2019-01-02 19:17:17 +01:00
inline.go Fix explicit line break parsing 2019-01-12 20:08:17 +01:00
keyword.go Add String() method to Node interface 2019-01-06 20:50:02 +01:00
list.go Add String() method to Node interface 2019-01-06 20:50:02 +01:00
org_writer.go Add support for timestamps 2019-01-06 21:01:47 +01:00
org_writer_test.go Add some documentation & split Document into Configuration+Document 2019-01-02 19:17:17 +01:00
paragraph.go Add String() method to Node interface 2019-01-06 20:50:02 +01:00
table.go Add String() method to Node interface 2019-01-06 20:50:02 +01:00
util.go Improve footnote handling 2018-12-26 15:42:12 +01:00
writer.go Add support for timestamps 2019-01-06 21:01:47 +01:00