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: eslint/markdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v6.6.0
Choose a base ref
...
head repository: eslint/markdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.0.0
Choose a head ref
  • 20 commits
  • 44 files changed
  • 6 contributors

Commits on Jun 20, 2025

  1. fix!: remove rollup and extraneous types (#383)

    * chore: remove rollup
    
    * fix test
    
    * update jsr.json
    xbinaryx authored Jun 20, 2025
    Configuration menu
    Copy the full SHA
    e7ccd2e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2025

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

Commits on Jun 23, 2025

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

Commits on Jun 25, 2025

  1. docs: replace AST-related description from no-duplicate-definitions (#…

    …444)
    
    docs: remove AST-related description from no-duplicate-definitions
    lumirlumir authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    37953ff View commit details
    Browse the repository at this point in the history
  2. fix: update no-duplicate-headings to align with CommonMark spec (#438)

    * fix: update `no-duplicate-headings` to align with CommonMark spec
    
    * wip: rename variable
    
    * wip
    
    * wip
    
    * wip
    
    * wip: rename
    
    * wip
    
    * wip: update test
    
    * wip: add NBSP related description to test case
    lumirlumir authored Jun 25, 2025
    Configuration menu
    Copy the full SHA
    2bc0a38 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. Configuration menu
    Copy the full SHA
    e4dcf6a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76685c5 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2025

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

Commits on Jun 28, 2025

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

Commits on Jun 29, 2025

  1. feat: add checkFootnoteDefinitions option to no-empty-definitions (#442)

    * feat: add checkFootnoteDefinitions option to no-empty-definitions
    
    * correctly detect empty footnote definitions with only HTML comments
    
    * use `(default: `true`)` in docs
    TKDev7 authored Jun 29, 2025
    Configuration menu
    Copy the full SHA
    4d504e5 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2025

  1. docs: Update README sponsors

    GitHub Actions Bot committed Jul 1, 2025
    Configuration menu
    Copy the full SHA
    7e84ac3 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2025

  1. refactor: migrate type declarations to use the @import syntax (#367)

    * refactor: align rule type definitions with conventions from other plugins
    
    * wip
    
    * wip: update `dedupe-types`
    
    * wip: update `rules` type import path
    
    * wip: complete migration
    
    * wip: fix errors
    
    * wip: cleanup
    
    * wip: complete migration
    
    * wip
    
    * wip: revert type testing
    
    * wip: update `index.js`
    
    * wip: update `fenced-code-language.js`
    
    * wip: update `heading-increment.js`
    
    * wip: update `no-bare-urls`
    
    * wip: update `no-duplicate-definitions.js`
    
    * wip: update `no-duplicate-headings.js`
    
    * wip: add optional property to `no-duplicate-definitions`
    
    * wip: update `no-empty-definitions.js`
    
    * wip: update `no-empty-images.js`
    
    * wip: update `no-empty-links.js`
    
    * wip: update `no-html.js`
    
    * wip: update `no-invalid-label-refs.js`
    
    * wip: update `no-missing-atx-heading-space.js`
    
    * wip: update `no-missing-label-refs.js`
    
    * wip: update `index.js`
    
    * wip: fix CI error
    
    * wip: update `no-missing-link-fragements.js`
    
    * wip: update `types.ts`
    
    * wip: update `no-multiple-h1.js`
    
    * wip: update `no-reversed-media-syntax.js`
    
    * wip: update `require-alt-text.js`
    
    * wip: update `table-column-count.js`
    
    * wip: more accurate type
    
    * wip: typo
    
    * wip: extra blank line
    
    * wip: address comment
    lumirlumir authored Jul 2, 2025
    Configuration menu
    Copy the full SHA
    0afc924 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2025

  1. docs: Update README sponsors

    GitHub Actions Bot committed Jul 3, 2025
    Configuration menu
    Copy the full SHA
    bc627c8 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2025

  1. Configuration menu
    Copy the full SHA
    e09eba6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    925191e View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2025

  1. fix!: move certain types to import them from @eslint/markdown/types (

    …#446)
    
    * fix!: move certain types to import them from `@eslint/markdown/types`
    
    * wip: move `MarkdownRuleDefinition`
    
    * wip: remove `RuleModule` type
    lumirlumir authored Jul 10, 2025
    Configuration menu
    Copy the full SHA
    0dc6220 View commit details
    Browse the repository at this point in the history
  2. docs: Update README sponsors

    GitHub Actions Bot committed Jul 10, 2025
    Configuration menu
    Copy the full SHA
    f6991c4 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2025

  1. Configuration menu
    Copy the full SHA
    b3c5190 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e94a2a6 View commit details
    Browse the repository at this point in the history
  3. chore: release 7.0.0 🚀 (#429)

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Jul 11, 2025
    Configuration menu
    Copy the full SHA
    5da3c4d View commit details
    Browse the repository at this point in the history
Loading