Skip to content

Commit 74bbb31

Browse files
authored
Merge pull request #43 from Nateowami/feat/support-note-admonition
Add 📝 as supported emoji for note admonition
2 parents e056ee3 + 6a69862 commit 74bbb31

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plugins/CalloutTransformer.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ type CalloutIcon =
105105

106106
const calloutsToAdmonitions = {
107107
/* prettier-ignore */ "ℹ️": "note",
108+
"📝": "note",
108109
"💡": "tip",
109110
"❗": "info",
110111
"⚠️": "caution",

0 commit comments

Comments
 (0)