Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ENH: added StackExchange-style MathJax filtering #2349

Merged
merged 4 commits into from Oct 20, 2012

Commits on Oct 13, 2012

  1. Copy the full SHA
    9481beb View commit details
    Browse the repository at this point in the history
  2. correct environment rendering

    ahmadia committed Oct 13, 2012
    Copy the full SHA
    7d64520 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    2d0fdb4 View commit details
    Browse the repository at this point in the history
  4. Refactored to JS standards. Fixed Attribution.

    thisStyle      --> this_style.
    function foo() --> var foo = function()
    
    StackExchange improperly attributed for Davide Cervone's
    Markdown+MathJax handling.  This has been fixed.
    
    Ref:
    http://stackoverflow.com/a/11231030/122022
    http://www.math.union.edu/~dpvc/transfer/mathjax/mathjax-editing.js
    ahmadia committed Oct 13, 2012
    Copy the full SHA
    881ad26 View commit details
    Browse the repository at this point in the history