From dca50438319fd6193657cdfc202f0252f523a30a Mon Sep 17 00:00:00 2001 From: lifeadventurer Date: Sun, 10 Nov 2024 18:56:00 +0800 Subject: [PATCH] Docs: Add pymdownx magiclink extension for automatic link handling --- mkdocs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index c5afcee..df0aaf2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -75,6 +75,12 @@ markdown_extensions: line_spans: __span pygments_lang_class: true - pymdownx.inlinehilite + - pymdownx.magiclink: + normalize_issue_symbols: true + repo_url_shortener: true + repo_url_shorthand: true + user: LifeAdventurer + repo: patient-intake-output-recorder - pymdownx.mark - pymdownx.snippets - pymdownx.superfences: