mirror of
https://github.com/quartz-community/note-properties.git
synced 2026-07-22 02:50:26 +00:00
fix: remove duplicate hashtag prefix from tag rendering
This commit is contained in:
parent
a67025816e
commit
024b1220cd
1 changed files with 1 additions and 1 deletions
|
|
@ -156,7 +156,7 @@ function renderTagList(tags: string[], ctx: RenderCtx): preact.JSX.Element {
|
|||
<>
|
||||
{idx > 0 && <span class="note-properties-separator">, </span>}
|
||||
<a href={href} class="internal tag-link">
|
||||
#{tag}
|
||||
{tag}
|
||||
</a>
|
||||
</>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue