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: remarkjs/react-markdown
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.1.0
Choose a base ref
...
head repository: remarkjs/react-markdown
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 3 files changed
  • 2 contributors

Commits on Apr 2, 2025

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

Commits on Apr 9, 2025

  1. Add docs on internals of defaultUrlTransform

    Related-to GH-904.
    wooorm committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    8545ebd View commit details
    Browse the repository at this point in the history

Commits on Apr 21, 2025

  1. Add memo for processor to MarkdownHooks

    Some plugins may perform heavy work in preparation to make the
    transformer light-weight. A good example of this is
    `rehype-starry-night`.
    
    Without this change, an interactive markdown editor which includes
    `rehype-starry-night` is very sluggish. With this change, performance is
    as good as if `rehype-starry-night` isn’t even used.
    
    
    Closes GH-909.
    
    Reviewed-by: JounQin <admin@1stg.me>
    Reviewed-by: Titus Wormer <tituswormer@gmail.com>
    remcohaszing authored Apr 21, 2025
    Configuration menu
    Copy the full SHA
    fda7fa5 View commit details
    Browse the repository at this point in the history
Loading