Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: mitya57/python-markdown-math
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: gi1242/python-markdown-math
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 7 commits
  • 10 files changed
  • 1 contributor

Commits on Apr 18, 2015

  1. Make \end{XXX} match the correct environment name

    With this a \end{XXX} tag only matches a \begin{...} tag with the same
    environment name. Effectively,
    
        \begin{equation*}
          I = \begin{pmatrix}
    	1 & 0\\
    	0 & 1
          \end{pmatrix}
        \end{equation*}
    
    won't result in borked syntax.
    Gautam Iyer committed Apr 18, 2015
    Configuration menu
    Copy the full SHA
    7a4ba5c View commit details
    Browse the repository at this point in the history
  2. Added gitweb description

    Gautam Iyer committed Apr 18, 2015
    Configuration menu
    Copy the full SHA
    874be59 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2017

  1. Merge remote-tracking branch 'mitya57/master'

    Gautam Iyer committed Oct 21, 2017
    Configuration menu
    Copy the full SHA
    9bcf0bf View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Updated for MathJax 3

    * Switched to the new extension system
    * Don't use <script type='text/math'>...</script> for math displays,
      since it's not recognized by MathJax 3.
    * Add a 'uses_math' option that gets set if any math is used.
    
    As a result all this extension does is stop math like text from being
    processed by markdown. No more text replacements, since that's handled
    by MathJax.
    Gautam Iyer committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    42326de View commit details
    Browse the repository at this point in the history
  2. Merge branch 'local'

    Gautam Iyer committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    c1e898c View commit details
    Browse the repository at this point in the history
  3. Removed AsciiMath support

    The AsciiMath delimiter is `..` which conflicts with MarkDown's code
    delimiters.
    Gautam Iyer committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    7bfc252 View commit details
    Browse the repository at this point in the history
  4. Updated README / removed old stuff

    Gautam Iyer committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    7203f28 View commit details
    Browse the repository at this point in the history
Loading