go-org-orgwiki/org
Niklas Fasching f17923047b Refactor RegularLink: Do not fake description if none is given
To more faithfully handle inline images we need to know whether the original
link included a description - being more explicit about that will make it
easier.

see org.el/org-display-inline-images

> An inline image is a link which follows either of these
> conventions:
>
>   1. Its path is a file with an extension matching return value
>      from `image-file-name-regexp' and it has no contents.
>
>   2. Its description consists in a single link of the previous
>      type.
2018-12-03 16:59:01 +01:00
..
testdata HTMLWriter: Improve footnote rendering 2018-12-03 16:59:01 +01:00
block.go Allow blocks to contain paragraphs and other top level elements 2018-12-03 16:59:01 +01:00
document.go Add option to disable AutoLink parsing 2018-12-02 23:53:31 +01:00
footnote.go Fix footnotes starting with empty line 2018-12-03 00:35:12 +01:00
headline.go Restructure directory layout: org subpackage 2018-12-02 18:37:55 +01:00
html.go Refactor RegularLink: Do not fake description if none is given 2018-12-03 16:59:01 +01:00
html_test.go Restructure directory layout: org subpackage 2018-12-02 18:37:55 +01:00
inline.go Refactor RegularLink: Do not fake description if none is given 2018-12-03 16:59:01 +01:00
keyword.go Restructure directory layout: org subpackage 2018-12-02 18:37:55 +01:00
list.go Restructure directory layout: org subpackage 2018-12-02 18:37:55 +01:00
org.go Refactor RegularLink: Do not fake description if none is given 2018-12-03 16:59:01 +01:00
org_test.go Restructure directory layout: org subpackage 2018-12-02 18:37:55 +01:00
paragraph.go Fix paragraphs: Empty lines separate paragraphs 2018-12-03 01:44:35 +01:00
table.go Restructure directory layout: org subpackage 2018-12-02 18:37:55 +01:00
util.go Fix paragraphs: Empty lines separate paragraphs 2018-12-03 01:44:35 +01:00