|
@@ -67,7 +67,13 @@ For example: `++image::jme3/beginner/beginner-assets-models.png[beginner-assets-
|
|
|
** If you want to include an image inline, use the `image:` prefix instead (notice there is only one colon):
|
|
|
+
|
|
|
See link:http://asciidoctor.org/docs/user-manual/#images[http://asciidoctor.org/docs/user-manual/#images] for in depth instructions.
|
|
|
-
|
|
|
+. When linking to the jMonkeyEngine javadocs, use the global attribute `{link-javadoc}` in your link path.
|
|
|
++
|
|
|
+.Link example
|
|
|
+```
|
|
|
+link:{link-javadoc}/com/jme3/app/state/BaseAppState.html[BaseAppState]
|
|
|
+```
|
|
|
+** see link:https://wiki.jmonkeyengine.org/wiki/wiki_header.html[Anatomy of a Wiki Header] for details on how to override this setting.
|
|
|
|
|
|
== Build
|
|
|
|