Benjamin Geese

Results 5 comments of Benjamin Geese

Ok, i have opened an issue and the pagedown google code site (type enhancement): http://code.google.com/p/pagedown/issues/detail?id=59 I also wrote some JS ( i am a beginner in js as well as...

Thanks for the feedback! > Nice! > The |_DoSubAndSuperscript| function looks good. > This should be integrated via the pre or post conversion hooks > https://code.google.com/p/pagedown/wiki/PageDown in markx.js > https://github.com/yoavram/markx/blob/master/static/js/markx.js,...

@yoavram I implementet the reg exp using the hooks as you proposed: function processDoPandocSubAndSuperscript(text) { //this adds pandoc sub and superscript support which is currently missing in pagedown text =...

The problem is my basic understanding of reg expressions: Pandoc allows you to "escape" sup and suberscript tags with a prepended "\" (backslash). This is currently not implemented in my...

I'll try both this week and inform you about me success. Would be happy to finally issue a merge request if it works.