We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55196c1 commit 3004608Copy full SHA for 3004608
haskell-lsp-types/src/Language/Haskell/LSP/Types/MarkupContent.hs
@@ -138,6 +138,12 @@ unmarkedUpContent str = MarkupContent MkPlainText str
138
139
-- ---------------------------------------------------------------------
140
141
+-- | Markdown for a section separator in Markdown, being a horizontal line
142
+sectionSeparator :: Text
143
+sectionSeparator = "*\t*\t*\n"
144
+
145
+-- ---------------------------------------------------------------------
146
147
#if __GLASGOW_HASKELL__ >= 804
148
instance Semigroup MarkupContent where
149
(<>) = mappend
0 commit comments