summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Lange <code@nerdmind.de>2017-05-24 22:28:59 +0200
committerThomas Lange <code@nerdmind.de>2017-05-24 22:28:59 +0200
commit376b1d1ba9ca7b775e549882e1778defdb303d63 (patch)
tree9b3c5a8d7d7d89e7df6b29212c2be21bb0468b5f
parent462da48ca83d9576fc1ff4aad1ca481f230455e7 (diff)
downloadwiki-376b1d1ba9ca7b775e549882e1778defdb303d63.tar.gz
wiki-376b1d1ba9ca7b775e549882e1778defdb303d63.tar.xz
wiki-376b1d1ba9ca7b775e549882e1778defdb303d63.zip
Formatting changed (again).
-rw-r--r--Editor.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/Editor.md b/Editor.md
index 243cbbb..51e6061 100644
--- a/Editor.md
+++ b/Editor.md
@@ -11,7 +11,8 @@ You can link resources which are located anywhere within your installation dynam
`https://hostname/rsrc/image/foobar.jpg`
### Combined with markdown syntax for displaying images
-* Write `![A foobar image]({FILE["image/foobar.jpg"]})` into the editor and get `<img src="https://hostname/rsrc/image/foobar.jpg" alt="A foobar image" />`
+* Write `![A foobar image]({FILE["image/foobar.jpg"]})` into the editor and get:
+`<img src="https://hostname/rsrc/image/foobar.jpg" alt="A foobar image" />`
## Dynamic linking of pages, posts and users
You have to know the unique ID of the item which you can find in the administration area, so that the system can identify it and replace the code with the items URL (if you put an ID into the syntax which does not exists, the output in your HTML will be just `{undefined}`):