-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
Hi,
I have Markdown that goes like this:
...the IRI *<http://www.example.com/my/2.0>* might be redirected to *<file:///usr/local/ontologies/imported.v20.owl>*.which gets converted to the following XHTML:
...the IRI <em><a href="http://www.example.com/my/2.0">http://www.example.com/my/2.0</a></em> might be redirected to <em><file:///usr/local/ontologies/imported.v20.owl></em>.Why is the http: link converted to <a> and file: is not?
In any case, raw brackets in <file:...> look like a bug to me -- they should be entity-escaped as <file:...>, otherwise the file is not well-formed XML.
Metadata
Metadata
Assignees
Labels
No labels