Okay for #9 ?

This commit is contained in:
Lilian Besson
2020-10-10 15:29:57 +02:00
parent 2c1be9f284
commit 958c54c55d

View File

@@ -72,10 +72,10 @@ The previous equation is simply included in the Markdown code part as some basic
From the [GitHub issue #9](https://github.com/Naereen/StrapDown.js/issues/9)
- \`@(1/2[1-(1/2)^n])/(1-(1/2))=s_n@\`
- \`oint_Cx^3 dx+4y^2 dy\`
- \`2=(((3-x)xx2)/(3-x))\`
- \`sum_(m=1)^oosum_(n=1)^oo(m^2 n)/(3^m(m3^n+n3^m)\`
- \`@(1/2[1-(1/2)^n])/(1-(1/2))=s_n@\` (works)
- \`oint\_Cx^3 dx+4y^2 dy\` (works)
- \`2=(((3-x)xx2)/(3-x))\` (works)
- \`sum\_(m=1)^(oo) sum\_(n=1)^(oo) (m^2 n)/(3^m (m 3^n + n 3^m)\` (fails if \_ are not escaped with a backslash \\)
***