summaryrefslogtreecommitdiff
path: root/packages/markdown-it-14.1.0/lib/helpers/index.mjs
diff options
context:
space:
mode:
authoraltaf-creator <dev@altafcreator.com>2024-05-12 12:14:02 +0700
committeraltaf-creator <dev@altafcreator.com>2024-05-12 12:14:02 +0700
commitd607ac12097afb5cb6f398a4e7b5cf4316efedc6 (patch)
tree6f4bc5b98a6ff3a1c3189f7ef9b570c0481e100d /packages/markdown-it-14.1.0/lib/helpers/index.mjs
parent7441f212967256ac4c9a93ba0b1f026308a8bfb6 (diff)
self host
Diffstat (limited to 'packages/markdown-it-14.1.0/lib/helpers/index.mjs')
-rw-r--r--packages/markdown-it-14.1.0/lib/helpers/index.mjs11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/markdown-it-14.1.0/lib/helpers/index.mjs b/packages/markdown-it-14.1.0/lib/helpers/index.mjs
new file mode 100644
index 0000000..7ea30af
--- /dev/null
+++ b/packages/markdown-it-14.1.0/lib/helpers/index.mjs
@@ -0,0 +1,11 @@
+// Just a shortcut for bulk export
+
+import parseLinkLabel from './parse_link_label.mjs'
+import parseLinkDestination from './parse_link_destination.mjs'
+import parseLinkTitle from './parse_link_title.mjs'
+
+export {
+ parseLinkLabel,
+ parseLinkDestination,
+ parseLinkTitle
+}