ssssota / svelte-exmarkdown

Svelte component to render markdown.
https://ssssota.github.io/svelte-exmarkdown
MIT License
177 stars 6 forks source link

Add custom remark2rehype handlers #261

Open ShadiestGoat opened 1 month ago

ShadiestGoat commented 1 month ago

Fixes #260

As a note - this looks like it adds a new dep mdast-util-to-hast. However, this actually just moves it out of the dependency of another pkg.

changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: b9c626806b91fca2ab47ff3546a7a9c8d557f19e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ----------------- | ----- | | svelte-exmarkdown | Minor |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

ShadiestGoat commented 1 month ago

@ssssota hmm.. is it up to me to add changesets in this PR? I can do it if needed

codecov-commenter commented 4 weeks ago

:warning: Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 45.45455% with 18 lines in your changes missing coverage. Please review.

Project coverage is 92.14%. Comparing base (471ba46) to head (b9c6268).

Files with missing lines Patch % Lines
src/lib/utils.ts 45.45% 18 Missing :warning:

:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #261 +/- ## ========================================== - Coverage 97.32% 92.14% -5.18% ========================================== Files 8 8 Lines 299 331 +32 Branches 46 30 -16 ========================================== + Hits 291 305 +14 - Misses 8 26 +18 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

ssssota commented 4 weeks ago

@ShadiestGoat Please run pnpm fmt to format code.

ShadiestGoat commented 1 week ago

Hey @ssssota sorry for the long wait, I ran the formatter