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: executablebooks/mdit-py-plugins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.8
Choose a base ref
...
head repository: executablebooks/mdit-py-plugins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.0
Choose a head ref
  • 11 commits
  • 22 files changed
  • 3 contributors

Commits on Sep 9, 2021

  1. 👌 IMPROVE: AMSmath defaut HTML tags (#27)

    Changed the default rendering to: `<div class="math amsmath">{content}</div>`
    This will be inline with https://github.com/executablebooks/markdown-it-amsmath
    
    Added some tests to cover more realistic AMS math scenarios.
    rowanc1 authored Sep 9, 2021
    Configuration menu
    Copy the full SHA
    c14b8fa View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2021

  1. Configuration menu
    Copy the full SHA
    a85ada1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1c9099 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70a756d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ff1f230 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d43c41b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bb06119 View commit details
    Browse the repository at this point in the history
  7. 👌 IMPROVE: MyST target block parsing (#31)

    Match characters instead of using regex.
    This now allows for an unlimited target length and whitespace in the target.
    Also improve default rendering, inline with https://github.com/executablebooks/myst-vs-code
    chrisjsewell authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    fc130fa View commit details
    Browse the repository at this point in the history
  8. 👌 IMPROVE: MyST role syntax parsing (#32)

    Match characters instead of using regex.
    This now allows for an unlimited name length and new lines in the content.
    chrisjsewell authored Dec 2, 2021
    Configuration menu
    Copy the full SHA
    65f73e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2021

  1. Configuration menu
    Copy the full SHA
    909c739 View commit details
    Browse the repository at this point in the history
  2. 🚀 RELEASE: v0.3.0

    chrisjsewell committed Dec 3, 2021
    Configuration menu
    Copy the full SHA
    aba72e6 View commit details
    Browse the repository at this point in the history
Loading