diff options
author | John MacFarlane <jgm@berkeley.edu> | 2012-09-29 16:59:41 -0400 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2012-09-29 16:59:41 -0400 |
commit | 487d01118fb55c351f61a58d2b5411ae6de30629 (patch) | |
tree | 0574219ebeb1a1de0bb7755071a9d76262d7481c /tests | |
parent | 3a589b7bca6282e6dd914ce9ab73ed2d52f747ab (diff) | |
download | pandoc-487d01118fb55c351f61a58d2b5411ae6de30629.tar.gz |
RST reader: Consolidated math block parsers into directive.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/rst-reader.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/rst-reader.rst b/tests/rst-reader.rst index 3e5c9d8c8..14f57da18 100644 --- a/tests/rst-reader.rst +++ b/tests/rst-reader.rst @@ -562,8 +562,8 @@ display math: \alpha = \beta .. math:: - :label hithere - :nowrap + :label: hithere + :nowrap: E &= mc^2\\ F &= \pi E |