You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
...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><ahref="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.
The text was updated successfully, but these errors were encountered:
namedgraph
changed the title
http: vs file: link conversion
Unescaped brackets in XHTML output
Mar 1, 2023
Hi,
I have Markdown that goes like this:
which gets converted to the following XHTML:
Why is the
http:
link converted to<a>
andfile:
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.The text was updated successfully, but these errors were encountered: