search for: jipsen

Displaying 2 results from an estimated 2 matches for "jipsen".

Did you mean: jepsen
2006 Aug 10
1
pandoc - an implementation of Markdown in Haskell
...Haskell (using the Parsec parser combinator library). pandoc converts Markdown to HTML, LaTeX, reStructuredText, rich text format, and S5 HTML slide shows. It partially converts HTML, LaTeX, and reStructuredText to Markdown. It also makes it easy to include LaTeX math on HTML pages, using Peter Jipsen's ASCIIMathML.js. Source code and instructions are available at http://sophos.berkeley.edu/macfarlane/pandoc.html pandoc isn't a "fully compliant" markdown implementation. I've documented the (very minor) differences in the README file. I'd be curious to hear any impr...
2007 Sep 27
0
Math equations, and extensions in general
...gt;`. This use of tags strikes me as quite un-Markdownish. - [Pandoc][] handles LaTeX math between dollar signs (which is standard LaTeX notation): `$\{ x \mid x^2 \in S \}$`. [MultiMarkdown]: http://fletcherpenney.net/ MultiMarkdown_Syntax_Guide#mathsyntax [asciimath]: http://www1.chapman.edu/~jipsen/asciimath.html [mdx_math]: http://www.freewisdom.org/projects/python-markdown/mdx_math [Pandoc]: http://johnmacfarlane.net/pandoc/README.html#inline-latex While I'd love to see mathematics support in the "official" Markdown syntax, I understand that it's not a huge priority for...