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

Commits on Aug 1, 2025

  1. Include section indentation in the set of language support extensions

    FIX: Make sure header-based indentation is available even when Markdown isn't
    the editor's top-level language.
    
    See https://discuss.codemirror.net/t/yamlfrontmatter-breaks-markdown-folding/9363
    marijnh committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    d796191 View commit details
    Browse the repository at this point in the history
  2. Mark version 6.3.4

    marijnh committed Aug 1, 2025
    Configuration menu
    Copy the full SHA
    af1f152 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2025

  1. Add pasteURLAsLink

    FEATURE: The new `pasteURLAsLink` extension allows you to paste URLs over a
    selection to quickly create a link.
    
    Closes codemirror/dev#1613
    marijnh committed Sep 16, 2025
    Configuration menu
    Copy the full SHA
    87d88e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2025

  1. Mark version 6.4.0

    marijnh committed Oct 2, 2025
    Configuration menu
    Copy the full SHA
    a35e330 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2025

  1. Add insertNewlineContinueMarkupCommand

    FEATURE: Add a variant of `insertNewlineContinueMarkup` that supports configuration
    options.
    
    Closes codemirror/dev#1628
    marijnh committed Oct 13, 2025
    Configuration menu
    Copy the full SHA
    f108e5f View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2025

  1. Mark version 6.5.0

    marijnh committed Oct 23, 2025
    Configuration menu
    Copy the full SHA
    a42b1bc View commit details
    Browse the repository at this point in the history
Loading