We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, thank you for your awesome work! This plugin makes mkdoc website beautiful.
I see no option for opening the URL link in a new tab, but is there any workaround to force the card item URL links to have target="_blank"?
The text was updated successfully, but these errors were encountered:
Fixes #39
6503a83
6224ac1
Hi @Suke0811 Thank You for your kind words. I added support for target="_blank" in the cards, and published it to https://pypi.org/project/neoteroi-mkdocs/1.0.3/
target="_blank"
You have two options to use it:
mkdocs.yml
- neoteroi.cards: blank_target: true
cards
-::cards:: +::cards:: blank_target=true * title: Zeus content: Lorem ipsum dolor sit amet. url: https://en.wikipedia.org/wiki/Zeus ::/cards::
Please upgrade using pip install -U neoteroi-mkdocs.
pip install -U neoteroi-mkdocs
Sorry, something went wrong.
Reopening because this must be documented.
No branches or pull requests
Hi, thank you for your awesome work! This plugin makes mkdoc website beautiful.
I see no option for opening the URL link in a new tab, but is there any workaround to force the card item URL links to have target="_blank"?
The text was updated successfully, but these errors were encountered: