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: quantizor/markdown-to-jsx
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.4.3
Choose a base ref
...
head repository: quantizor/markdown-to-jsx
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.4.4
Choose a head ref
  • 14 commits
  • 220 files changed
  • 6 contributors

Commits on Mar 13, 2024

  1. chore: bump version

    quantizor committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    b5f4701 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Brackets in link text (#551)

    * Add brackets in link text tests
    
    * Update LINK_R to handle link texts with brackets inside
    
    Supports links like [[this]](https://example.com), which is perfectly valid markdown by most parsers.
    zegl committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c54d30d View commit details
    Browse the repository at this point in the history
  2. Multiline footnotes (#553)

    zegl committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1565e99 View commit details
    Browse the repository at this point in the history
  3. fix: multi-line emphasis (#550)

    * fix: multi-line emphasis
    
    * feat: handle newlines in mark and strikethrough formatting as well
    
    * refactor: ensure the same skip regex is used for inlines
    
    * chore: add some comments
    
    ---------
    
    Co-authored-by: Evan Jacobs <probablyup@gmail.com>
    austingreco and quantizor committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    c0a0ac1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9ff42cf View commit details
    Browse the repository at this point in the history
  5. chore: add changesets (#555)

    * chore: add changesets
    
    * chore: undo ci change
    quantizor committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1486aa4 View commit details
    Browse the repository at this point in the history
  6. fix: handle newlines inside HTML tag brackets (#557)

    * refactor: trim style keys
    
    * fix: handle newlines inside HTML tag brackets
    
    Closes #540
    quantizor committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    8eb8a13 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3af166c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fd35402 View commit details
    Browse the repository at this point in the history
  9. fix: deep html nesting

    Closes #520
    quantizor committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    4f752c8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c72dd31 View commit details
    Browse the repository at this point in the history
  11. chore: update site

    quantizor committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    abeb55f View commit details
    Browse the repository at this point in the history
  12. Version Packages (#556)

    Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
    github-actions[bot] and github-actions[bot] committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    879f882 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    069b486 View commit details
    Browse the repository at this point in the history
Loading