Edenharder

Results 16 comments of Edenharder

I also use pandoc to transfer some markdown files. If I use markdown_strict: ``` pandoc -f markdown_strict+footnotes+tex_math_dollars test.md -o test.html ``` then ``` ``` will not be interpreted. Everything seems...

I know "the HTML is invalid", but it is out of my control. If I change it, it will not work. What's in my control is how to interpret it,...

Thanks! Even though, I still want to know how to use `markdown_strict`. Maybe some other cases push me to not use all the features of pandoc style markdown.

I put the following script in `page.st` ``` MathJax.Hub.Config({ tex2jax: { inlineMath: [ ['$','$'], ["\\(","\\)"] ], displayMath: [ ['$$','$$'], ["\\[","\\]"] ], processEscapes: true, skipTags: ['script', 'noscript', 'style', 'textarea', 'pre', 'code']...

I have tried `to escape $ and \ as \$ and \\ in page templates`, and one also need to escape `\` as `\\` in each page (markdown files). Even...

Thanks. I know $$ will work, but I'd like to use `\[` and `\]`.

Thanks for your analysis. As I found, it conflicts with the package [`language-latex`](https://atom.io/packages/language-latex). Is it possible to avoid this? Because [`language-pfm`](https://atom.io/packages/language-pfm) does not conflict with `language-latex`.

The problem is still there, even only language-markdown, language-latex and preview-inline are turned on. Here is the screenshot from "Inspect Element": ![image](https://user-images.githubusercontent.com/6672134/33670554-ad003bf8-daa5-11e7-8c98-8b9d274c0701.png)

@burodepeper nope, I do not have the ability to do that :P BTW, my operating system is Mac Os 10.11.6.