From 33dd3f5d261283cfe7ce83101a6a6e7af010d918 Mon Sep 17 00:00:00 2001 From: Marijn Haverbeke Date: Wed, 3 Jul 2024 12:21:34 +0200 Subject: [PATCH] Link parent tag from tags.contentSeparator docstring Closes https://github.com/lezer-parser/highlight/issues/13 --- src/highlight.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/highlight.ts b/src/highlight.ts index de1a20c..80b13e8 100644 --- a/src/highlight.ts +++ b/src/highlight.ts @@ -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),