Escape URLs in literals in reference manual
This prevents the URLs from being rendered as clickable links in the generated HTML.
This commit is contained in:
parent
9417975f66
commit
36d133ce53
|
|
@ -404,11 +404,11 @@ objects:
|
||||||
| Loaded from the classpath.
|
| Loaded from the classpath.
|
||||||
|
|
||||||
| file:
|
| file:
|
||||||
| `file:///data/config.xml`
|
| `\file:///data/config.xml`
|
||||||
| Loaded as a `URL` from the filesystem. See also <<resources-filesystemresource-caveats>>.
|
| Loaded as a `URL` from the filesystem. See also <<resources-filesystemresource-caveats>>.
|
||||||
|
|
||||||
| https:
|
| https:
|
||||||
| `https://myserver/logo.png`
|
| `\https://myserver/logo.png`
|
||||||
| Loaded as a `URL`.
|
| Loaded as a `URL`.
|
||||||
|
|
||||||
| (none)
|
| (none)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue