Module

Data.Text.Format

Package
purescript-text-formatting
Repository
shamansir/purescript-text-formatting

#Indent Source

newtype Indent

Constructors

Instances

#FootnoteId Source

#Anchor Source

newtype Anchor

Constructors

Instances

#Url Source

newtype Url

Constructors

Instances

#Term Source

newtype Term

Constructors

Instances

#Definition Source

#Caption Source

newtype Caption

Constructors

Instances

#ImageParams Source

newtype ImageParams

Constructors

Instances

#QuoteOf Source

newtype QuoteOf

Constructors

Instances

#Align Source

data Align

Constructors

Instances

#ChunkId Source

newtype ChunkId

Constructors

#ChunkClass Source

newtype ChunkClass

Constructors

#WrapKind Source

data WrapKind

Constructors

Instances

#ImageSide Source

data ImageSide

Constructors

Instances

#plain Source

#lefts Source

#left Source

left :: Tag -> Tag

#rights Source

#right Source

right :: Tag -> Tag

#centers Source

#center Source

center :: Tag -> Tag

#bolds Source

#bold Source

bold :: Tag -> Tag

#em Source

em :: Tag -> Tag

#i Source

i :: Tag -> Tag

#u Source

u :: Tag -> Tag

#thru Source

thru :: Tag -> Tag

#mono Source

mono :: Tag -> Tag

#underlines Source

#underline Source

#inverses Source

#inverse Source

#invisibles Source

#invisible Source

#wrap Source

wrap :: Tag -> Tag -> Tag -> Tag

#wraps Source

wraps :: String -> String -> Tag -> Tag

#img Source

img :: Url -> Tag

#imgc Source

imgc :: Caption -> Url -> Tag

#iimg Source

iimg :: Url -> Tag -> Tag

#iimgc Source

iimgc :: Caption -> Url -> Tag -> Tag

#iimgp Source

#sized Source

sized :: { h :: Int, w :: Int } -> ImageParams

#csized Source

csized :: Caption -> { h :: Int, w :: Int } -> ImageParams

#ftn Source

ftn :: String -> Tag -> Tag

#ftni Source

ftni :: Int -> Tag -> Tag

#to_ftn Source

to_ftn :: String -> Tag -> Tag

#to_ftni Source

to_ftni :: Int -> Tag -> Tag

#h Source

h :: Int -> Tag -> Tag

#h' Source

h' :: Int -> String -> Tag -> Tag

#h1 Source

h1 :: Tag -> Tag

#h2 Source

h2 :: Tag -> Tag

#h3 Source

h3 :: Tag -> Tag

#h4 Source

h4 :: Tag -> Tag

#h5 Source

h5 :: Tag -> Tag

#h6 Source

h6 :: Tag -> Tag

#h1' Source

h1' :: String -> Tag -> Tag

#h2' Source

h2' :: String -> Tag -> Tag

#h3' Source

h3' :: String -> Tag -> Tag

#h4' Source

h4' :: String -> Tag -> Tag

#h5' Source

h5' :: String -> Tag -> Tag

#h6' Source

h6' :: String -> Tag -> Tag

#define Source

define :: String -> Tag -> Tag

#f Source

f :: Format -> Tag -> Tag

#list Source

list :: Tag -> Array Tag -> Tag

#listb Source

listb :: Bullet -> Tag -> Array Tag -> Tag

#listb_ Source

#fgcs Source

fgcs :: Color -> String -> Tag

#fgc Source

fgc :: Color -> Tag -> Tag

#fg Source

fg :: String -> Tag -> Tag

#bgcs Source

bgcs :: Color -> String -> Tag

#bgc Source

bgc :: Color -> Tag -> Tag

#bg Source

bg :: String -> Tag -> Tag

#split Source

split :: Tag -> Tag -> Tag

#nest Source

nest :: Int -> Array Tag -> Tag

#indent Source

indent :: Int -> Tag -> Tag

#joinWith Source

#quote Source

quote :: Tag -> Tag

#quote_by Source

#space Source

#mark Source

mark :: Tag -> Tag -> Tag

#sub Source

sub :: Tag -> Tag

#sup Source

sup :: Tag -> Tag

#newpage Source

#pagebreak Source

#pagebreakAt Source

#id Source

id :: String -> Tag -> Tag

#_class Source

_class :: String -> Tag -> Tag

#bl_id Source

bl_id :: String -> Tag -> Tag

#bl_class Source

#custom Source

custom :: String -> Tag -> Tag

#_null Source

_null :: Tag -> Tag

#traverse Source

traverse :: (Tag -> Tag) -> Tag -> Tag

#levelUp Source

#levelDown Source

#blank Source

#Formatter Source

class Formatter a  where

Members

Instances

#bulletPrefix Source

#hLevelToInt Source

#hLevelFromInt Source