diff options
-rw-r--r-- | Test of Features | 23 |
1 files changed, 20 insertions, 3 deletions
diff --git a/Test of Features b/Test of Features index 93f8fca..9454592 100644 --- a/Test of Features +++ b/Test of Features @@ -9,9 +9,26 @@ this wiki, or to make their failure obvious. .. image:: fig/bryanJello.jpg :alt: bryan with jello - :width: 640 + :width: 100 -this paragraph should contain an $\epsilon$ of inline math, and should be +this paragraph should contain a link_, an |epsilon| of inline math, and should be followed by a full-on equation. -$$E = m c^2$$ +.. _link: http://epsilon.org +.. |epsilon| raw:: latex + + $\epsilon$ + +here is the equation: + +.. raw:: latex + + $$E = m c^2$$ + +this is in a comment:: + + .. |epsilon| raw:: latex + $\epsilon$ + .. raw:: latex + $$E = m c^2$$ + |