blob: 8307c7defa0b0eb240d58380e16883b7204d006f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
|
=========================
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: 100
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 attept at inline (:latex:`$\epsilon$`) followed by a full-on equation.
:latex:`$$E = m c^2$$`
and as a directive:
.. latex::
$$-1 = e^{i\pi}$$
|