Safe Haskell | None |
---|---|
Language | Haskell2010 |
Text.Pandoc.Util.Filter.Cols
Description
Conversion of lvl-x-headings to x-column-layouts in HTML - especially for use in revealjs-slides
Documentation
cols :: [Block] -> [Block] Source #
This filter makes multi-column-layouts out of lvl-x-headings
Syntax is
## a b + especially for use in revealjs-slides
- cols :: [Block] -> [Block]
Documentation
cols :: [Block] -> [Block] Source #
This filter makes multi-column-layouts out of lvl-x-headings
Syntax is
## a b
yielding a 2-column-layout with aspects a:b i.e. 1:1 for 50/50-layout or 8:2 for 80/20 layout
currently works for 2 and 3-columns, but extension is straight-forward.
If you need multiple Block-Elements inside one column, just wrap them
with a <div>
:
## 2 5 diff --git a/doc/Text-Pandoc-Util-Filter-Media.html b/doc/Text-Pandoc-Util-Filter-Media.html index 0d20d9d..b079aa5 100644 --- a/doc/Text-Pandoc-Util-Filter-Media.html +++ b/doc/Text-Pandoc-Util-Filter-Media.html @@ -1,7 +1,7 @@Text.Pandoc.Util.Filter.Media pandoc-slide-filter-0.1.0.0
Safe Haskell None Language Haskell2010 Text.Pandoc.Util.Filter.Media
Documentation
media :: Inline -> IO [Inline] Source #
main media-plugin.
Will convert the following syntax
{#audio} +pandoc-slide-filter-0.1.0.0
Safe Haskell None Language Haskell2010 Text.Pandoc.Util.Filter.Media
- media :: Inline -> IO [Inline]
Documentation
media :: Inline -> IO [Inline] Source #
main media-plugin.
Will convert the following syntax
{#audio} {#video} {#img} {#svg} diff --git a/doc/Text-Pandoc-Util-Filter-Quiz.html b/doc/Text-Pandoc-Util-Filter-Quiz.html index 6f9d728..266ac54 100644 --- a/doc/Text-Pandoc-Util-Filter-Quiz.html +++ b/doc/Text-Pandoc-Util-Filter-Quiz.html @@ -1,4 +1,4 @@Text.Pandoc.Util.Filter.Quiz pandoc-slide-filter-0.1.0.0
\ No newline at end of file +
Safe Haskell None Language Haskell2010 Text.Pandoc.Util.Filter.Quiz
pandoc-slide-filter-0.1.0.0
\ No newline at end of file diff --git a/doc/Text-Pandoc-Util-Filter-Styling.html b/doc/Text-Pandoc-Util-Filter-Styling.html index b1b5bf4..c823ab2 100644 --- a/doc/Text-Pandoc-Util-Filter-Styling.html +++ b/doc/Text-Pandoc-Util-Filter-Styling.html @@ -1,5 +1,5 @@
Safe Haskell None Language Haskell2010 Text.Pandoc.Util.Filter.Quiz
Text.Pandoc.Util.Filter.Styling pandoc-slide-filter-0.1.0.0
\ No newline at end of file +
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-trim
anddata-noescape
- automatically- .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
pandoc-slide-filter-0.1.0.0
Safe Haskell None Language Haskell2010 Text.Pandoc.Util.Filter.Styling
- styling :: Block -> IO [Block]
- inlineStyling :: Inline -> Inline
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-trim
anddata-noescape
+ automatically- .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