Skip to content

Commit

Permalink
Merge pull request #164 from nobkd/patch-3
Browse files Browse the repository at this point in the history
chore: drop `Permalink for` for now
  • Loading branch information
tipiirai authored Jan 15, 2024
2 parents 73b931a + df95359 commit c0df54a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nuemark/src/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const renderer = {
const rich = parseHeading(html)

delete plain.text
const a = elem('a', { href: `#${plain.id}`, title: `Permlink for '${title}'` })
const a = elem('a', { href: `#${plain.id}`, title: title })
return elem(`h${level}`, plain, a + rich.text)
},

Expand Down

0 comments on commit c0df54a

Please sign in to comment.