-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Setting links to open in new tabs is not working #1958
Copy link
Copy link
Closed
Description
mkdocs version: 1.0.4
python version: 3.7.0
mkdocs extension:
# Markdown extensions
markdown_extensions:
- admonition
- codehilite
- smarty
- meta
- toc:
permalink: True
- markdown_include.include:
base_path: docs
Something like [Title](https://github.com){.new-tab} just renders as Title{.new-tab}
Here is a snippet of the html that is generated:
<p><a href="https://github.com">Title</a>{.new-tab}</p>
I've also tried using {target=_blank} with similar behavior as above.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels