| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Text.Pandoc.Util.Filter.Styling
Documentation
styling :: Block -> IO [Block] Source #
Block-Styling
Special cases captured:
- #col turns a div into a floating-div for multiple columns
- CodeBlock gets attributes
data-trimanddata-noescapeautomatically - .fragment and .frame work properly on divs
inlineStyling :: Inline -> Inline Source #
Inline-Styling
Special cases captured:
- .fragment and .frame work properly on spans
- .vspace inside span adds a vertical space with
height=xxx - .hspace inside span adds a horizontal space with
width=xxx