go-org-orgwiki/org
Niklas Fasching 42dc70e7ad Support blocks with unindented content
list items only contain content that is indented to their respective
level. Except when that content is inside a block. To allow for this we have to
ignore the parentStop when parsing a block and just include everything until
the end of that block.
Can't think of any problems with this right now. Let's see if this comes
back to bite me.
2018-12-19 00:28:53 +01:00
..
testdata Support blocks with unindented content 2018-12-19 00:28:53 +01:00
block.go Support blocks with unindented content 2018-12-19 00:28:53 +01:00
document.go Refactor Footnotes: Exclude footnotes heading during export, not parsing 2018-12-17 13:40:15 +01:00
document_test.go Convert panics to errors for public interface 2018-12-14 16:37:32 +01:00
drawer.go Fix drawer parsing 2018-12-18 14:17:27 +01:00
example.go Improve handling of elements containing raw text 2018-12-17 13:40:15 +01:00
footnote.go Refactor Footnotes: Exclude footnotes heading during export, not parsing 2018-12-17 13:40:15 +01:00
headline.go Refactor Footnotes: Exclude footnotes heading during export, not parsing 2018-12-17 13:40:15 +01:00
html.go html: Fix headline priority export 2018-12-18 14:22:45 +01:00
html_entity.go Add support for org-entities (e.g. ndash, mdash, \Aacute) 2018-12-11 22:12:51 +01:00
html_test.go Improve tests: Add pretty_org fixtures to allow testing pretty printing 2018-12-18 23:54:04 +01:00
inline.go Add basic support for statistic tokens (e.g. [100%] [1/1]) 2018-12-18 14:14:08 +01:00
keyword.go Improve ATTR_HTML keyword parsing 2018-12-18 00:16:41 +01:00
list.go Add support for list item checkboxes (e.g. [X]) 2018-12-18 14:15:35 +01:00
org.go Support blocks with unindented content 2018-12-19 00:28:53 +01:00
org_test.go Improve tests: Add pretty_org fixtures to allow testing pretty printing 2018-12-18 23:54:04 +01:00
paragraph.go Fix multiline emphasis 2018-12-10 17:53:12 +01:00
table.go Add table pretty printing & alignment 2018-12-14 15:49:40 +01:00
util.go Fix multiline emphasis 2018-12-10 17:53:12 +01:00