-
-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add "inline" directive #672
Conversation
🦋 Changeset detectedLatest commit: 126edda The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
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 |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #672 +/- ##
==========================================
+ Coverage 93.61% 93.64% +0.03%
==========================================
Files 32 32
Lines 1190 1196 +6
Branches 190 193 +3
==========================================
+ Hits 1114 1120 +6
Misses 76 76
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
c9a78e5
to
6ed0fcf
Compare
6ed0fcf
to
0cdd801
Compare
934e6d4
to
b6b8fe9
Compare
b6b8fe9
to
44e02d0
Compare
f2a1d09
to
668f6fc
Compare
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
feature
What is the new behavior (if this is a feature change)?
images can be inlined with the
inline
directiveDoes this PR introduce a breaking change? (What changes might users need to make in their application due to this
PR?)
no
Other information:
fixes Add support for inlined images by respecting the
?inline
suffix #253