Skip to content

Commit

Permalink
Introduce sectionSeparator for use in clients
Browse files Browse the repository at this point in the history
  • Loading branch information
alanz committed Apr 19, 2019
1 parent 55196c1 commit 3004608
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ unmarkedUpContent str = MarkupContent MkPlainText str

-- ---------------------------------------------------------------------

-- | Markdown for a section separator in Markdown, being a horizontal line
sectionSeparator :: Text
sectionSeparator = "*\t*\t*\n"

-- ---------------------------------------------------------------------

#if __GLASGOW_HASKELL__ >= 804
instance Semigroup MarkupContent where
(<>) = mappend
Expand Down

0 comments on commit 3004608

Please sign in to comment.