From db1c6676a13798ee57dbac429a1d5045b60356fb Mon Sep 17 00:00:00 2001 From: altaf-creator Date: Thu, 30 Apr 2026 22:01:53 +0800 Subject: quite a big commit --- www/packages/markdown-it-14.1.0/lib/helpers/index.mjs | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 www/packages/markdown-it-14.1.0/lib/helpers/index.mjs (limited to 'www/packages/markdown-it-14.1.0/lib/helpers/index.mjs') diff --git a/www/packages/markdown-it-14.1.0/lib/helpers/index.mjs b/www/packages/markdown-it-14.1.0/lib/helpers/index.mjs new file mode 100644 index 0000000..7ea30af --- /dev/null +++ b/www/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 +} -- cgit v1.2.3