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: mixmark-io/turndown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.1
Choose a base ref
...
head repository: mixmark-io/turndown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.1.0
Choose a head ref
  • 18 commits
  • 11 files changed
  • 3 contributors

Commits on Nov 30, 2020

  1. Respect original whitespace instead of using hardcoded 0x20.

    Do not merge ASCII and non-ASCII whitespace.
    Make sure non-ASCII whitespace is moved out of inline elements to prevent generating broken Markdown.
    Fix #102.
    Fix #250.
    martincizek authored and Michal Bartoš committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    27bdac0 View commit details
    Browse the repository at this point in the history
  2. Follow CommonMark spec more precisely and make the code span rule eve…

    …n more robust for future Turndown development. Fix #316.
    martincizek authored and Michal Bartoš committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    68a22b6 View commit details
    Browse the repository at this point in the history
  3. Fix browser modules export. Fixes #334.

    Michal Bartoš committed Nov 30, 2020
    Configuration menu
    Copy the full SHA
    8d71a2d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Merge pull request #315 from orchitech/flanking-whitespace-improvements

    Correct Unicode whitespace collapsing and improve flanking white space
    pavelhoral authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    dcf2cf6 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #335 from orchitech/fix-browser-modules-export

    Fix browser modules export. Fixes #334.
    martincizek authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    d741a1d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #317 from orchitech/code-span-rule-fix

    Fix space-padding in code span rule
    martincizek authored Dec 2, 2020
    Configuration menu
    Copy the full SHA
    04e499e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2020

  1. Add support for interpreting <code> as a preformatted inline element …

    …and rendering Markdown accordingly. Fix #318.
    martincizek authored and Michal Bartoš committed Dec 3, 2020
    Configuration menu
    Copy the full SHA
    fc0d49f View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2020

  1. Merge pull request #319 from orchitech/preformatted-code

    Preformatted inline code
    martincizek authored Dec 8, 2020
    Configuration menu
    Copy the full SHA
    e7a9351 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2021

  1. Configuration menu
    Copy the full SHA
    0f9129c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #371 from orchitech/fix-inefficient-whitespace-join

    Avoid match-at-end regexp bottleneck in replacement to output joining
    martincizek authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    46e6ffa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c11f982 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #372 from orchitech/npm-prepare

    Replace deprecated `prepublish` script with `prepare` - also fixes build when used as a git-linked dependency.
    martincizek authored Mar 15, 2021
    Configuration menu
    Copy the full SHA
    24070bc View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2021

  1. Create SECURITY.md

    martincizek authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    b30d120 View commit details
    Browse the repository at this point in the history
  2. Update SECURITY.md

    martincizek authored Jun 14, 2021
    Configuration menu
    Copy the full SHA
    2d68b76 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2021

  1. Update SECURITY.md

    martincizek authored Jun 15, 2021
    Configuration menu
    Copy the full SHA
    ef41a54 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2021

  1. Update deps.

    martincizek committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    c1b11a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08ea6d6 View commit details
    Browse the repository at this point in the history
  3. 7.1.0

    martincizek committed Jun 28, 2021
    Configuration menu
    Copy the full SHA
    b042d32 View commit details
    Browse the repository at this point in the history
Loading