patat-0.12.0.0: Terminal-based presentations using Pandoc
Safe HaskellSafe-Inferred
LanguageHaskell2010

Patat.Presentation.Comments

Synopsis

Documentation

data Comment Source #

Instances

Instances details
Monoid Comment Source # 
Instance details

Defined in Patat.Presentation.Comments

Semigroup Comment Source # 
Instance details

Defined in Patat.Presentation.Comments

Show Comment Source # 
Instance details

Defined in Patat.Presentation.Comments

split :: [Block] -> (Comment, [Block]) Source #

Take all comments from the front of the list. Return those and the remaining blocks.

partition :: [Block] -> (Comment, [Block]) Source #

Partition the list into speaker notes and other blocks.