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

Commits on Aug 28, 2022

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

Commits on Sep 30, 2022

  1. Update README.md (#204)

    Fix a bug in `Disable Header links` example section.
    
    Given a heading:
    
    ```
    # A demo of `react-markdown`
    ```
    
    Example will yield:
    
    ```
    <h1>A demo of</h1>
    ```
    
    Which is not correct, the text `react-markdown` is ignored.
    
    Withe the fix, example will yield correct output:
    
    ```
    <h1>A demo of <code>react-markdown</code></h1>
    ```
    tnhu authored Sep 30, 2022
    Configuration menu
    Copy the full SHA
    9805216 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2022

  1. Configuration menu
    Copy the full SHA
    1777d81 View commit details
    Browse the repository at this point in the history
  2. released v4.1.1 (#205)

    jaywcjlove committed Oct 18, 2022
    Configuration menu
    Copy the full SHA
    5c94966 View commit details
    Browse the repository at this point in the history
Loading