diff options
Diffstat (limited to '')
-rw-r--r-- | src/micromark-encode.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/micromark-encode.ts b/src/micromark-encode.ts index d205d13e3..e3b328224 100644 --- a/src/micromark-encode.ts +++ b/src/micromark-encode.ts @@ -32,4 +32,4 @@ const plugin: HtmlExtension = { }, }; -export { plugin as encodeMarkdown };
\ No newline at end of file +export { plugin as encodeMarkdown }; |