Skip to content

Inline math unsupported in reST documents #117

Closed
@jgm

Description

@jgm

What steps will reproduce the problem?

  1. Author a brief reST document
  2. Insert a bit of inline math
  3. Resulting output document (HTML) does not treat math specially

What is the expected output? What do you see instead?
I expected EQ tags in the case of --gladtex, specifically.

What version of the product are you using? On what operating system?
Pandoc 1.5.1.1, Ubuntu 10.04, GHC 6.10.4.

Please provide any additional information below.
It was pretty straightforward to add support for math by copying the Markdown inline math-parsing code into the RST reader module (then removing 'failIfStrict'). Maybe it just got forgotten? Or maybe something about reST causes trouble for inline math parsing?

One final note: I'm filing this as a defect only because I haven't found evidence in the documentation that it's unsupported, so I was surprised to find out it wasn't. In any case, thanks for Pandoc!

Google Code Info:
Issue #: 249
Author: drcyg...@gmail.com
Created On: 2010-07-19T05:34:01.000Z
Closed On: 2010-12-07T04:43:43.000Z

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions