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/remark-html
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 12.0.0
Choose a base ref
...
head repository: remarkjs/remark-html
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 13.0.2
Choose a head ref
  • 9 commits
  • 21 files changed
  • 1 contributor

Commits on Aug 22, 2020

  1. Add Discussions

    wooorm authored Aug 22, 2020
    Configuration menu
    Copy the full SHA
    db1a1d0 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2020

  1. Update dev-dependencies

    wooorm committed Oct 2, 2020
    Configuration menu
    Copy the full SHA
    5fec432 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. Change to comply to CommonMark

    * Change to comply to CommonMark — prefer the first when duplicate
      definitions are found
    * Replace `xtend` w/ `Object.assign`
    * Refactor old stuff in tests
    wooorm committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    0b1cd0a View commit details
    Browse the repository at this point in the history
  2. Update docs

    wooorm committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    efa1a5a View commit details
    Browse the repository at this point in the history
  3. 13.0.0

    wooorm committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    bdeeee5 View commit details
    Browse the repository at this point in the history
  4. Update mdast-util-to-hast

    wooorm committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    7a8cb0e View commit details
    Browse the repository at this point in the history
  5. 13.0.1

    wooorm committed Oct 3, 2020
    Configuration menu
    Copy the full SHA
    c0b2f69 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2021

  1. Fix to sanitize by default

    The docs have always said `remark-html` is safe by default.
    It wasn’t and this patches that.
    
    If you do want to be unsafe, use `remark-html` with `sanitize: false`:
    
    ```diff
      -.use(remarkHtml)
      +.use(remarkHtml, {sanitize: false})
    ```
    wooorm committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    b0b1ba5 View commit details
    Browse the repository at this point in the history
  2. 13.0.2

    wooorm committed Sep 7, 2021
    Configuration menu
    Copy the full SHA
    2133d20 View commit details
    Browse the repository at this point in the history
Loading