Put back tag links with anchors
This commit is contained in:
parent
0dfe276295
commit
e4838643d4
|
|
@ -195,7 +195,7 @@ export default function ofm() {
|
|||
|
||||
return {
|
||||
type: "link",
|
||||
url: /* `/tags/${tag}` */'',
|
||||
url: `/tags#${tag}`,
|
||||
data: {
|
||||
hProperties: {
|
||||
className: ["tag"],
|
||||
|
|
|
|||
Loading…
Reference in New Issue