Skip to content

Commit

Permalink
Link parent tag from tags.contentSeparator docstring
Browse files Browse the repository at this point in the history
Closes #13
  • Loading branch information
marijnh committed Jul 3, 2024
1 parent 88ff939 commit 33dd3f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/highlight.ts
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ export const tags = {
heading5: t(heading),
/// A level 6 [heading](#highlight.tags.heading).
heading6: t(heading),
/// A prose separator (such as a horizontal rule).
/// A prose [content](#highlight.tags.content) separator (such as a horizontal rule).
contentSeparator: t(content),
/// [Content](#highlight.tags.content) that represents a list.
list: t(content),
Expand Down

0 comments on commit 33dd3f5

Please sign in to comment.