Vincent Rubinetti

Results 268 comments of Vincent Rubinetti
trafficstars

Indeed, I checked to make sure the text wouldn't overlap in that last PR. A space is already there after the period, but you'd probably want two. Whitespace gets collapsed...

I'm on vacation this week, but I can do it on the 28th, or you can do it. It's not critical though, just a minor aesthetic issue.

Button press download of csv would be easy. I don't think it would be a bad idea to have a separate `.csv` exported for all tables as part of the...

This isn't a bad idea for the future. Though if possible -- following the precedence of the other plugins -- I'd attempt to write my own more minimal, specifically manubot-tailored...

As far as I can tell CDNJS doesn't give a way to link to the latest patch version, or even the latest version in general. Maybe it could be done...

Okay, per [here](http://docs.mathjax.org/en/latest/upgrading/v2.html#not-yet-ported-to-version-3), version 3 doesn't support automatic linebreaking. That means [long equations](https://manubot.github.io/rootstock/#eq:long-equation) will not auto wrap. Version 3 also changes some of the HTML structure and classnames which breaks...

> Not sure if we need polyfill for MathJax-script to work properly. I'd have to look to see what ES6 features they're using, but most likely we don't need it....

It is [possible to do this](https://stackoverflow.com/questions/21369843/is-there-any-way-to-make-numbers-in-ordered-list-bold) -- both the number boldening and the bullet shrinking -- but it requires overriding a lot of browser default styles. For such a small...

> I think it would be nice to understand why this is happening First, I should say that tables are one of the most difficult things in the HTML spec,...