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: DavidAnson/markdownlint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.37.1
Choose a base ref
...
head repository: DavidAnson/markdownlint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.37.2
Choose a head ref
  • 5 commits
  • 17 files changed
  • 1 contributor

Commits on Dec 17, 2024

  1. Use double quotes for HTML attribute of demo page containing JSON.str…

    …ingify output (because that escapes double quotes but not single quotes and encodeURIComponent also ignores single quotes).
    DavidAnson committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    599b687 View commit details
    Browse the repository at this point in the history
  2. Update MD032/blanks-around-lists to ignore (end-appended) undefined r…

    …eference tokens when determining the last line of a list (fixes #1453).
    DavidAnson committed Dec 17, 2024
    Configuration menu
    Copy the full SHA
    8ad4698 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. Add subpath imports "markdownlint-imports-browser" and "markdownlint-…

    …imports-node" for overriding "browser"/"default" behavior in bundlers like webpack.
    DavidAnson committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    baf4944 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2024

  1. Update to version 0.37.2.

    DavidAnson committed Dec 19, 2024
    Configuration menu
    Copy the full SHA
    5fad452 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1081ec View commit details
    Browse the repository at this point in the history
Loading