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: Python-Markdown/markdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Python-Markdown/markdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: html
Choose a head ref
  • 6 commits
  • 5 files changed
  • 1 contributor

Commits on Mar 7, 2019

  1. Refactor HTML Parser

    This is experimental. More of the HTMLParser methods need to be fleshed
    out. So far the basic stuff works as long as there is no invalid HTML in
    the document.
    waylan committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    e09fc07 View commit details
    Browse the repository at this point in the history
  2. fix silly error

    waylan committed Mar 7, 2019
    Configuration menu
    Copy the full SHA
    4be8c58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3cb7a64 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Add some new tests

    waylan committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    71854c0 View commit details
    Browse the repository at this point in the history
  2. More tests.

    waylan committed Mar 8, 2019
    Configuration menu
    Copy the full SHA
    194b7d3 View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2019

  1. Round out tests of valid markup.

    There are some design desisions to make as noted in comments.
    waylan committed Mar 11, 2019
    Configuration menu
    Copy the full SHA
    d2cd923 View commit details
    Browse the repository at this point in the history
Loading