Skip to content

Commit 0ee2458

Browse files
committed
fix: can’t have v-drag in the title of an admonition (closes #17)
1 parent 39e64bd commit 0ee2458

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

example.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1121,8 +1121,8 @@ dragPos:
11211121
"'admon'": 55,300,287,106
11221122
---
11231123

1124-
<Admonition title="V-draggable" color='teal-light' width="300px" v-drag="[93,303,300,145,-14]">
1125-
If you want to `v-drag` an admonition, you should set the width to a fixed value.
1124+
<Admonition title="draggable admonition" color='teal-light' width="300px" v-drag="[93,303,300,145,-14]">
1125+
If you want to drag an admonition, you should set the width to a fixed value.
11261126
</Admonition>
11271127

11281128
:: title ::

0 commit comments

Comments
 (0)