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
when parsing markdown and rendering it into html bitcoin and monero uri's are not rendered as a link
example markdown [donate](monero:83UXh3SQZGk63yCWA8cQcQFrYL6xat3aNASZcz7USgy94neK8proFxU1BJhxr4PWNPJy1ScKX2oxy6TX3BmcGJk67JbJmXG) current output <a target="_blank" rel="noopener">donate</a> desired output <a target="monero:83UXh3SQZGk63yCWA8cQcQFrYL6xat3aNASZcz7USgy94neK8proFxU1BJhxr4PWNPJy1ScKX2oxy6TX3BmcGJk67JbJmXG" rel="noopener">donate</a>
[donate](monero:83UXh3SQZGk63yCWA8cQcQFrYL6xat3aNASZcz7USgy94neK8proFxU1BJhxr4PWNPJy1ScKX2oxy6TX3BmcGJk67JbJmXG)
<a target="_blank" rel="noopener">donate</a>
<a target="monero:83UXh3SQZGk63yCWA8cQcQFrYL6xat3aNASZcz7USgy94neK8proFxU1BJhxr4PWNPJy1ScKX2oxy6TX3BmcGJk67JbJmXG" rel="noopener">donate</a>
https://www.iana.org/assignments/uri-schemes/prov/bitcoin
For a live example see: https://bounties.monero.social/posts/3/twitter-bot-for-comit-btc-atomic-swaps
The text was updated successfully, but these errors were encountered:
Just add the custom uri's here (posting here for visibility)
blackfriday/inline.go
Line 824 in e96880f
Sorry, something went wrong.
Can you guys just fork black Friday and then fork fider to use your forked black Friday. Then you don't have to wait for a dead project to be revived.
No branches or pull requests
when parsing markdown and rendering it into html bitcoin and monero uri's are not rendered as a link
example markdown
[donate](monero:83UXh3SQZGk63yCWA8cQcQFrYL6xat3aNASZcz7USgy94neK8proFxU1BJhxr4PWNPJy1ScKX2oxy6TX3BmcGJk67JbJmXG)
current output
<a target="_blank" rel="noopener">donate</a>
desired output
<a target="monero:83UXh3SQZGk63yCWA8cQcQFrYL6xat3aNASZcz7USgy94neK8proFxU1BJhxr4PWNPJy1ScKX2oxy6TX3BmcGJk67JbJmXG" rel="noopener">donate</a>
https://www.iana.org/assignments/uri-schemes/prov/bitcoin
For a live example see: https://bounties.monero.social/posts/3/twitter-bot-for-comit-btc-atomic-swaps
The text was updated successfully, but these errors were encountered: