Module
Data.Text.Format
- Package
- purescript-text-formatting
- Repository
- shamansir/purescript-text-formatting
#FootnoteId Source
#ProgrammingLanguage Source
#TermAndDefinition Source
#ImageParams Source
newtype ImageParams
Constructors
ImageParams { caption :: Caption, height :: ImageSide, width :: ImageSide }
Instances
#Format Source
data Format
Constructors
Bold
Emphasis
Underline
Highlight
Blink
Inverse
Invisible
Strikethrough
Monospaced
Header HLevel (Maybe Anchor)
Quote (Maybe QuoteOf)
Verbatim
Link Url
InlineImage ImageParams Url
Footnote FootnoteId
LinkTo FootnoteId
Code ProgrammingLanguage
Define Term
Comment
FixedWidth
Sub
Sup
Fg (Either String Color)
Bg (Either String Color)
Instances
#Tag Source
data Tag
Constructors
Empty
Plain String
Format Format Tag
Align Align Tag
Split Tag Tag
Pair Tag Tag
Join Tag (Array Tag)
Wrap Tag Tag Tag
Para (Array Tag)
Nest Indent (Array Tag)
Newline
Image ImageParams Url
List Bullet Tag (Array Tag)
DefList (Array TermAndDefinition)
Table (Array Tag) (Array (Array Tag))
WithId WrapKind ChunkId Tag
WithClass WrapKind ChunkClass Tag
Hr
Newpage
Pagebreak (Maybe Int)
Custom String (Array (String /\ String)) Tag
Instances
#underlines Source
underlines :: String -> Tag
#invisibles Source
invisibles :: String -> Tag
#cauto Source
cauto :: Caption -> ImageParams
#pagebreakAt Source
pagebreakAt :: Int -> Tag
#hLevelToInt Source
hLevelToInt :: HLevel -> Int
#hLevelFromInt Source
hLevelFromInt :: Int -> HLevel
- Modules
- Data.
Text. Diff - Data.
Text. Doc - Data.
Text. Format - Data.
Text. Format. Dodo. Format - Data.
Text. Format. Dodo. Printer - Data.
Text. Format. Dodo. Renderer - Data.
Text. Format. Dodo. WrapRule - Data.
Text. Output - Data.
Text. Output. Blessed - Data.
Text. Output. Html - Data.
Text. Output. LaTeX - Data.
Text. Output. Markdown - Data.
Text. Output. Org
Table (Array (Tag /\ Array Tag))