Yoav Ram

Results 69 comments of Yoav Ram

I am not actively developing markx, but I am accepting pull requests. You can't commit directly to my repo, you need to fork it, commit to your own repo, and...

I see, please try to open a new issue and report the problem you are having with committing. Include a detailed explanation, including which browser you are using and an...

I totally agree. I'm not sure why this happens. If someone wants to fix this using a pre-processor hook, it's should be staightforward and there are some examples in `initMarkdownConverter`...

Hi It is _possible_, but this is not a feature which I am going to implement any time soon. The aim of Markx was to support enough of pandoc-flavored markdown...

These things should be addressed in [markx.js](https://github.com/yoavram/markx/blob/master/static/js/markx.js) as a pre or post conversion hook - see for example how `processGooglePrettifierPreBlocks` is used. By the link you provided, fenced code blocks...

I've written a working python client for this web service (https://gist.github.com/4351598) It takes some time to get a response from the website - about 30-60 seconds - so I'm not...

Sure, you absolutrly right. Do you want to try and add an ODT button to `https://github.com/yoavram/markx/blob/master/templates/index.html` and see if it works? It's a matter of copy-pasting the DOCX button and...

Hi Pandoc is capable of [handling mathjax](http://johnmacfarlane.net/pandoc/README.html) and convert it to real math. The problem is that: a) Docverter doesn't support this, and b) latexonline API is broken. So, if...

OK, latex-online now works. To convert Markdown with LaTeX to PDF you need to change the converter to Pandoc (by clicking the "D" button) and then convert to PDF (by...