We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851e08a commit 0716fbaCopy full SHA for 0716fba
2 files changed
dist/index.cjs
@@ -70,7 +70,7 @@ const plugin = (options) => {
70
node.tag = node.attrs.tag;
71
delete node.attrs.tag;
72
}
73
- if (Object.prototype.hasOwnProperty.call(node.attrs, "inline")) {
+ if (Object.hasOwn(node.attrs, "inline")) {
74
if (node.attrs.inline === "" || node.attrs.inline) {
75
inline = true;
76
dist/index.mjs
@@ -63,7 +63,7 @@ const plugin = (options) => {
63
64
65
66
67
68
69
0 commit comments