Edgewall Software

Opened 16 years ago

Last modified 9 years ago

#7690 new enhancement

Add doctype supporting mathml — at Initial Version

Reported by: Tim Kerby Owned by:
Priority: normal Milestone: next-major-releases
Component: rendering Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

I've been trying to add support for mathml in the Trac wiki. We work on the development of algorithms for imaging and the inclusion of equations into tickets and the wiki would be extremely useful.

I think that we can do this by using the commands to embed html into the wiki markup then cutting and pasting mathml from an editor. The issue is that genshi doesnt support a suitable doctype and there is also no way of setting the doctype on a per project basis

Ideally, I would like the following definition to be available so that math code can be pasted into the wiki

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-W3CDTD XHTML 1.1 plus MathML 2.0EN"

"http://www.w3.org/TR/MathML2/dtd/xhtml-math11-f.dtd" [

<!ENTITY mathml "http://www.w3.org/1998/Math/MathML">

]>

Change History (0)

Note: See TracTickets for help on using tickets.