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.3.1
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.2
Choose a head ref
  • 5 commits
  • 17 files changed
  • 3 contributors

Commits on Dec 1, 2022

  1. Configuration menu
    Copy the full SHA
    7588de2 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. ✨ NEW: Add span parsing to inline attributes plugin (#55)

    Update `attrs_plugin` to support non-self-closing syntaxes (like spans and links),
    and add parsing for text enclosed in `[]` as spans, e.g. `[my text]{#a .b}`.
    chrisjsewell authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    277229c View commit details
    Browse the repository at this point in the history
  2. 🐛 FIX: Task list item marker can be followed by any GFM whitespace (#42)

    Co-authored-by: Chris Sewell <chrisj_sewell@hotmail.com>
    Closes #41
    hukkin and chrisjsewell authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    3f90276 View commit details
    Browse the repository at this point in the history
  3. ✨ NEW: Port admon plugin (#53)

    Add plugin for parsing python-markdown style admonitions
    KyleKing authored Dec 5, 2022
    Configuration menu
    Copy the full SHA
    ec51e60 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    881dcdc View commit details
    Browse the repository at this point in the history
Loading