Handle file:
links.
This commit is contained in:
parent
0e56cfbe10
commit
b248f507c6
1 changed files with 2 additions and 0 deletions
|
@ -580,6 +580,8 @@ def render_text_tokens(tokens, acc, headline, graph):
|
|||
is_internal_link = False
|
||||
if link_target.startswith('orgit-rev'):
|
||||
raise NonExistingLocalNoteError(link_target, headline)
|
||||
elif link_target.startswith('file:'):
|
||||
raise NonExistingLocalNoteError(link_target, headline)
|
||||
elif not (
|
||||
link_target.startswith('https://')
|
||||
or link_target.startswith('http://')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue