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
Hashtags rendered in templates create incorrect links to tag pages (they include < > in the address). Related to #1072 and Found by @mjf in https://community.silverbullet.md/t/my-first-hours-with-sb/743/9?u=maarrk, a minimal example below:
< >
#tag1 #<second tag> ```template {{#each tags}} #<{{.}}> {{/each}} ```
Probably need to change a slice(1) into extractHashtag (introduced by #1116) somewhere in template rendering chain.
slice(1)
extractHashtag
The text was updated successfully, but these errors were encountered:
Correctly extract hashtag content in links and Page Picker filter (fix …
b344f02
…silverbulletmd#1196)
fe67370
Successfully merging a pull request may close this issue.
Hashtags rendered in templates create incorrect links to tag pages (they include
< >
in the address). Related to #1072 andFound by @mjf in https://community.silverbullet.md/t/my-first-hours-with-sb/743/9?u=maarrk, a minimal example below:
Probably need to change a
slice(1)
intoextractHashtag
(introduced by #1116) somewhere in template rendering chain.The text was updated successfully, but these errors were encountered: