mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
22 lines
199 B
ReStructuredText
22 lines
199 B
ReStructuredText
Test Math
|
|
=========
|
|
|
|
inline
|
|
------
|
|
|
|
Inline: :math:`E=mc^2`
|
|
Inline my math: :my_math:`:-)`
|
|
|
|
block
|
|
-----
|
|
|
|
.. math:: a^2+b^2=c^2
|
|
|
|
Second math
|
|
|
|
.. math:: e^{i\pi}+1=0
|
|
|
|
Multi math equations
|
|
|
|
.. my-math::
|