summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/modules/html-backend/examples/my-document.adoc19
-rw-r--r--docs/modules/html-backend/examples/mysample-data-uri.adoc17
-rw-r--r--docs/modules/html-backend/examples/mysample-link.adoc13
-rw-r--r--docs/modules/html-backend/examples/mysample-stylesdir-link.adoc15
-rw-r--r--docs/modules/html-backend/examples/mysample-stylesdir.adoc14
-rw-r--r--docs/modules/html-backend/examples/mysample-stylesheet.adoc13
-rw-r--r--docs/modules/html-backend/examples/mysample.adoc12
-rw-r--r--docs/modules/html-backend/images/my-document-with-data-uri.pngbin0 -> 465443 bytes
-rw-r--r--docs/modules/html-backend/images/my-document.pngbin0 -> 130457 bytes
-rw-r--r--docs/modules/html-backend/images/wolpertinger.jpgbin0 -> 22487 bytes
10 files changed, 19 insertions, 84 deletions
diff --git a/docs/modules/html-backend/examples/my-document.adoc b/docs/modules/html-backend/examples/my-document.adoc
new file mode 100644
index 00000000..e2a0abd5
--- /dev/null
+++ b/docs/modules/html-backend/examples/my-document.adoc
@@ -0,0 +1,19 @@
+// tag::title[]
+= The Dangers of Wolpertingers
+:url-wolpertinger: https://en.wikipedia.org/wiki/Wolpertinger
+// end::title[]
+// tag::body[]
+
+Don't worry about gumberoos or splintercats.
+Something far more fearsome plagues the days, nights, and inbetweens.
+Wolpertingers.
+
+== Origins
+
+Wolpertingers are {url-wolpertinger}[ravenous beasts].
+// end::body[]
+// tag::image[]
+[.left.text-center]
+image:wolpertinger.jpg[Wolpertinger,100,,link="https://commons.wikimedia.org/wiki/File:Wolpertinger.jpg"]
+They may look cute and cuddly, but don't be fooled.
+// end::image[]
diff --git a/docs/modules/html-backend/examples/mysample-data-uri.adoc b/docs/modules/html-backend/examples/mysample-data-uri.adoc
deleted file mode 100644
index ec32d03e..00000000
--- a/docs/modules/html-backend/examples/mysample-data-uri.adoc
+++ /dev/null
@@ -1,17 +0,0 @@
-= My First Experience with the Dangers of Documentation
-:url-wolpertinger: https://en.wikipedia.org/wiki/Wolpertinger
-:imagesdir: myimages
-:data-uri:
-
-In my world, we don't have to worry about mutant, script-injecting warlocks.
-No.
-We have something far worse.
-We're plagued by Wolpertingers.
-
-== Origins
-
-[.left.text-center]
-image::wolpertinger.jpg[Wolpertinger]
-
-You may not be familiar with these {url-wolpertinger}[ravenous beasts],
-but, trust me, they'll eat your shorts and suck the loops from your code.
diff --git a/docs/modules/html-backend/examples/mysample-link.adoc b/docs/modules/html-backend/examples/mysample-link.adoc
deleted file mode 100644
index e24aeea9..00000000
--- a/docs/modules/html-backend/examples/mysample-link.adoc
+++ /dev/null
@@ -1,13 +0,0 @@
-= My First Experience with the Dangers of Documentation
-:url-wolpertinger: https://en.wikipedia.org/wiki/Wolpertinger
-:linkcss:
-
-In my world, we don't have to worry about mutant, script-injecting warlocks.
-No.
-We have something far worse.
-We're plagued by Wolpertingers.
-
-== Origins
-
-You may not be familiar with these {url-wolpertinger}[ravenous beasts],
-but, trust me, they'll eat your shorts and suck the loops from your code.
diff --git a/docs/modules/html-backend/examples/mysample-stylesdir-link.adoc b/docs/modules/html-backend/examples/mysample-stylesdir-link.adoc
deleted file mode 100644
index bb56b9e2..00000000
--- a/docs/modules/html-backend/examples/mysample-stylesdir-link.adoc
+++ /dev/null
@@ -1,15 +0,0 @@
-= My First Experience with the Dangers of Documentation
-:url-wolpertinger: https://en.wikipedia.org/wiki/Wolpertinger
-:stylesdir: mystylesheets/
-:stylesheet: mystyles.css
-:linkcss:
-
-In my world, we don't have to worry about mutant, script-injecting warlocks.
-No.
-We have something far worse.
-We're plagued by Wolpertingers.
-
-== Origins
-
-You may not be familiar with these {url-wolpertinger}[ravenous beasts],
-but, trust me, they'll eat your shorts and suck the loops from your code.
diff --git a/docs/modules/html-backend/examples/mysample-stylesdir.adoc b/docs/modules/html-backend/examples/mysample-stylesdir.adoc
deleted file mode 100644
index 452e7f5c..00000000
--- a/docs/modules/html-backend/examples/mysample-stylesdir.adoc
+++ /dev/null
@@ -1,14 +0,0 @@
-= My First Experience with the Dangers of Documentation
-:url-wolpertinger: https://en.wikipedia.org/wiki/Wolpertinger
-:stylesdir: mystylesheets/
-:stylesheet: mystyles.css
-
-In my world, we don't have to worry about mutant, script-injecting warlocks.
-No.
-We have something far worse.
-We're plagued by Wolpertingers.
-
-== Origins
-
-You may not be familiar with these {url-wolpertinger}[ravenous beasts],
-but, trust me, they'll eat your shorts and suck the loops from your code.
diff --git a/docs/modules/html-backend/examples/mysample-stylesheet.adoc b/docs/modules/html-backend/examples/mysample-stylesheet.adoc
deleted file mode 100644
index b1cc475c..00000000
--- a/docs/modules/html-backend/examples/mysample-stylesheet.adoc
+++ /dev/null
@@ -1,13 +0,0 @@
-= My First Experience with the Dangers of Documentation
-:url-wolpertinger: https://en.wikipedia.org/wiki/Wolpertinger
-:stylesheet: mystyles.css
-
-In my world, we don't have to worry about mutant, script-injecting warlocks.
-No.
-We have something far worse.
-We're plagued by Wolpertingers.
-
-== Origins
-
-You may not be familiar with these {url-wolpertinger}[ravenous beasts],
-but, trust me, they'll eat your shorts and suck the loops from your code.
diff --git a/docs/modules/html-backend/examples/mysample.adoc b/docs/modules/html-backend/examples/mysample.adoc
deleted file mode 100644
index 0a00ca64..00000000
--- a/docs/modules/html-backend/examples/mysample.adoc
+++ /dev/null
@@ -1,12 +0,0 @@
-= My First Experience with the Dangers of Documentation
-:url-wolpertinger: https://en.wikipedia.org/wiki/Wolpertinger
-
-In my world, we don't have to worry about mutant, script-injecting warlocks.
-No.
-We have something far worse.
-We're plagued by Wolpertingers.
-
-== Origins
-
-You may not be familiar with these {url-wolpertinger}[ravenous beasts],
-but, trust me, they'll eat your shorts and suck the loops from your code.
diff --git a/docs/modules/html-backend/images/my-document-with-data-uri.png b/docs/modules/html-backend/images/my-document-with-data-uri.png
new file mode 100644
index 00000000..dafb8ced
--- /dev/null
+++ b/docs/modules/html-backend/images/my-document-with-data-uri.png
Binary files differ
diff --git a/docs/modules/html-backend/images/my-document.png b/docs/modules/html-backend/images/my-document.png
new file mode 100644
index 00000000..37b34fc0
--- /dev/null
+++ b/docs/modules/html-backend/images/my-document.png
Binary files differ
diff --git a/docs/modules/html-backend/images/wolpertinger.jpg b/docs/modules/html-backend/images/wolpertinger.jpg
new file mode 100644
index 00000000..cc2caa21
--- /dev/null
+++ b/docs/modules/html-backend/images/wolpertinger.jpg
Binary files differ