search for: multimarkdown_syntax_guide

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

2009 Feb 18
2
Tables
Are there any standards emerging for how to represent tables in Markdown? Regards, - Daniel -------------------------------------------- Dr Daniel Winterstein Winterwell Associates Ltd tel: 0772 5172 612 http://www.winterwell.com Registered in Scotland, company no. SC342991
2007 Sep 27
0
Math equations, and extensions in general
...n 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 \}$`. [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 sy...