Yoav Ram

Results 69 comments of Yoav Ram

I see there is an open patch for this in PageDown [here](https://code.google.com/p/pagedown/issues/detail?id=59). The code is similar to yours, but slightly different: ``` function _DoSubAndSuperscript(text) { // sub text = text.replace(/(?:~T)(?=\S)(\S*)(?:~T)/g,...

Also, this might do the trick: `(?:(?!\\~)(~))(\S+)(?:(?!\\~)(~))` See it in action [here](http://www.debuggex.com/r/jIDKXECDtHhc4uio/0)

OK I see now, you gave it a citation that doesn't have a URL and this exposed a bug. :+1: Good work! I committed a fix in 018462b88ffb54c42b61410396fa9099405fc0c0. If there...

Hi @ben-8409 Want to pull-request your changes? Are you satisfied with them? Y

TL;DR - I think both issues are fixed, check the latest commit. More details: - As far as the javascript error - my bad, I fixed it now in d1ee339....

The discussion has evolved from feature ideas and requests to bug reports. Hopefully the bug reports are done and we can go back to feature ideas: - [ ] Conversion...

An example of how to format citations with _citeproc-js_ is available [here](https://github.com/yoavram/hello-citeproc)/

I will be happy to accept a pull request if you want to open one

I think that the online HTML renderer needs double newlines (`\\\\`). I don't know why and would welcome a PR that solves it.

That's true. This is a bug in the renderer. As I said, I would welcome a PR that fixes the bug. A quick and dirty solution would probably mean adding...