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: trentm/python-markdown2
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: justTheKai/python-markdown2
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.
  • 14 commits
  • 7 files changed
  • 5 contributors

Commits on Oct 25, 2020

  1. Add support for Python 3.8-3.9

    hugovk authored and justTheKai committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    2a0123b View commit details
    Browse the repository at this point in the history
  2. Cache pip on CI

    hugovk authored and justTheKai committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    3745adf View commit details
    Browse the repository at this point in the history
  3. Add python_requires to help pip

    hugovk authored and justTheKai committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    d07ff52 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19e5149 View commit details
    Browse the repository at this point in the history
  5. prepare for 2.3.10 release

    nicholasserra authored and justTheKai committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    9cd9747 View commit details
    Browse the repository at this point in the history
  6. prep for future dev

    nicholasserra authored and justTheKai committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    7ff8f43 View commit details
    Browse the repository at this point in the history
  7. Go to 2.4.0 instead

    nicholasserra authored and justTheKai committed Oct 25, 2020
    Configuration menu
    Copy the full SHA
    e97583c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9baea9a View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2020

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

Commits on Jan 1, 2021

  1. When rendering fenced code blocks, add language-LANG class as well.

    This enables better interoperability because other tools usually expect
    this class when the language is specified for a code block (see:
    https://html.spec.whatwg.org/multipage/text-level-semantics.html#the-code-element).
    
    Fixes #370.
    dkasak authored and justTheKai committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    43fb768 View commit details
    Browse the repository at this point in the history
  2. Update CHANGES/CONTRIBUTORS.

    dkasak authored and justTheKai committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    be02e2a View commit details
    Browse the repository at this point in the history
  3. Revert "Fix for Pygments version bump in tests"

    This reverts commit 3abfc5f.
    nicholasserra authored and justTheKai committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    2e0dcbe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    faa3c5d View commit details
    Browse the repository at this point in the history
  5. docs: fix simple typo, becase -> because

    There is a small typo in test/testlib.py.
    
    Should read `because` rather than `becase`.
    timgates42 authored and justTheKai committed Jan 1, 2021
    Configuration menu
    Copy the full SHA
    9739410 View commit details
    Browse the repository at this point in the history
Loading