summaryrefslogtreecommitdiffstats
path: root/Test of Features.page
diff options
context:
space:
mode:
Diffstat (limited to 'Test of Features.page')
-rw-r--r--Test of Features.page62
1 files changed, 62 insertions, 0 deletions
diff --git a/Test of Features.page b/Test of Features.page
new file mode 100644
index 0000000..81c1662
--- /dev/null
+++ b/Test of Features.page
@@ -0,0 +1,62 @@
+=========================
+Test of Git Wiki Features
+=========================
+
+:Author: Bryan Newbold
+
+This document is intended to demonstrate some of the features present in
+this wiki, or to make their failure obvious.
+
+.. image:: fig/bryanJello.jpg
+ :alt: bryan with jello
+ :width: 300
+
+.. rubric:: LaTeX-Math
+
+this paragraph should contain a link_, an $\epsilon$ of inline math, and should be
+followed by a full-on equation.
+
+.. _link: http://epsilon.org
+
+here is the equation:
+
+$$E = m c^2$$
+
+this is in a comment::
+
+ .. |epsilon| raw:: latex
+ $\epsilon$
+ .. raw:: latex
+ $$E = m c^2$$
+
+another attempt at inline (:latex:`$\epsilon$`) followed by a full-on equation.
+
+:latex:`$$E = m c^2$$`
+
+and as a directive:
+
+.. latex::
+
+ $$-1 = e^{i\pi}$$
+
+.. sidebar:: A Digression
+
+ There can be stuff over here!
+
+What do tables look like? They're a little messed up in LaTeX for now.
+
+======== ================ ==============
+A Number A Number Squared A Number Cubed
+======== ================ ==============
+1 1 1
+2 4 8
+3 9 27
+4 16 64
+5 25 125
+======== ================ ==============
+
+.. warning::
+
+ The end is neigh!
+
+That's all?