diff --git a/org_rw/org_rw.py b/org_rw/org_rw.py index 012eed6..81c638c 100644 --- a/org_rw/org_rw.py +++ b/org_rw/org_rw.py @@ -186,7 +186,7 @@ def get_links_from_content(content): def text_to_dom(tokens, item): if tokens is None: - return [] + return None in_link = False in_description = False