We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
It would be nice to be able to pass true to the hashtag option. Especially when using a custom replaceFn().
true
hashtag
replaceFn()
If hashtag==true and no replaceFn() is passed set href="" or maybe href="#<tag>"
hashtag==true
href=""
href="#<tag>"
The text was updated successfully, but these errors were encountered:
Thinking #130 might be a good way to handle this
Sorry, something went wrong.
No branches or pull requests
It would be nice to be able to pass
true
to thehashtag
option. Especially when using a customreplaceFn()
.If
hashtag==true
and noreplaceFn()
is passed sethref=""
or maybehref="#<tag>"
The text was updated successfully, but these errors were encountered: