Displaying 1 result from an estimated 1 matches for "mdx_math".
Did you mean:
  max_path
  
2007 Sep 27
0
Math equations, and extensions in general
...tiMarkdown][] has some mathematics support based on [asciimath] 
[] notation using double-angle-brackets as delimiters:  
`<<...asciimath...>>`. I'm afraid I can't find any asciimath  
documentation that tells me how to do set notations in that format...
- Python-markdown's [mdx_math][] extension seems to use latex  
notation with HTML-style tags, like `<math>\{ x \mid x^2 \in S \}</ 
math>`. 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 \}$`.
[Mu...