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
_black
_self
The idea is differentiate between two (or more) links one into the same page, and other external.
Example; here: https://docsify.js.org/#/quickstart?id=writing-content
We had an INTERNAL link:
(...) of course you can add more pages.
And a EXTERNAL link (pointing a new tab):
(...) head over to the docsify-cli documentation.
Both links look the same on the website. There are no visual differences.
What is the best way to differentiate both links?
Maybe with a external class ? But, how will put the class into .md files? 🤔
external
.md
The text was updated successfully, but these errors were encountered:
I fixed this situation with CSS. The source of the code: https://stackoverflow.com/a/18168287/4822186
Just great 👏 !
Sorry, something went wrong.
No branches or pull requests
Differentiate
_black
from_self
The idea is differentiate between two (or more) links one into the same page, and other external.
Example; here: https://docsify.js.org/#/quickstart?id=writing-content
We had an INTERNAL link:
And a EXTERNAL link (pointing a new tab):
Both links look the same on the website.
There are no visual differences.
What is the best way to differentiate both links?
Maybe with a
external
class ? But, how will put the class into.md
files? 🤔The text was updated successfully, but these errors were encountered: