File: __init__.py

package info (click to toggle)
mkdocs-macros-plugin 1.3.7%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 316 kB
  • sloc: python: 1,199; makefile: 4
file content (8 lines) | stat: -rw-r--r-- 247 bytes parent folder | download
1
2
3
4
5
6
7
8
# -------------------
# These can be imported in macro code
# -------------------

# from .plugin import MacrosPlugin
# for fixing URLS in macros
from .context import fix_url, is_relative as is_relative_url
# from .util import SuperDict, SuperList