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: syntax-tree/hast-util-to-html
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 661367a
Choose a base ref
...
head repository: syntax-tree/hast-util-to-html
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fb74df8
Choose a head ref
  • 3 commits
  • 5 files changed
  • 1 contributor

Commits on Sep 16, 2024

  1. Add .tsbuildinfo to .gitignore

    wooorm committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    a556b7d View commit details
    Browse the repository at this point in the history
  2. Fix head opening tag omission w/o title

    While typically a `title` is needed,
    there are cases where `<head>` can be empty,
    in which case,
    the start tag can be omitted.
    
    Closes GH-43.
    wooorm committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1c938b9 View commit details
    Browse the repository at this point in the history
  3. 9.0.3

    wooorm committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    fb74df8 View commit details
    Browse the repository at this point in the history
Loading