forked from kenkeiras/org-rw
Proposed alternative fix for the title stripping issue #1
@ -1816,7 +1816,7 @@ def token_list_to_plaintext(tok_list) -> str:
|
||||
else:
|
||||
assert isinstance(chunk, MarkerToken)
|
||||
|
||||
return "".join(contents).strip()
|
||||
return "".join(contents)
|
||||
|
||||
|
||||
def token_list_to_raw(tok_list):
|
||||
|
Loading…
Reference in New Issue
Block a user