Init
im going to bed -=-
This commit is contained in:
6
lib/markdown_it/helpers/__init__.py
Normal file
6
lib/markdown_it/helpers/__init__.py
Normal file
@@ -0,0 +1,6 @@
|
||||
"""Functions for parsing Links"""
|
||||
|
||||
__all__ = ("parseLinkDestination", "parseLinkLabel", "parseLinkTitle")
|
||||
from .parse_link_destination import parseLinkDestination
|
||||
from .parse_link_label import parseLinkLabel
|
||||
from .parse_link_title import parseLinkTitle
|
||||
Reference in New Issue
Block a user