justussc
justussc
sure. it certainly has it's drawbacks. but i have been using it since. would be great if someone would come up with a proper solution. here is the diff to...
one easy prompt to get a messed up md->org conversion is `write a c++ program that prints the string ````` (5 backticks). just use a single printf statement.` even using...
i did use it for a bit with the hack i have in the above branch like this ``` (defun js/markdown-to-org (markdown-string) (with-temp-buffer (insert markdown-string) (shell-command-on-region (point-min) (point-max) "pandoc -f...