Safe Haskell | None |
---|---|
Language | Haskell2010 |
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
Safe Haskell None Language Haskell2010 Documentation
media :: Inline -> IO [Inline] Source #
main media-plugin.
Will convert the following syntax
![](foo.aac){#audio} +
Safe Haskell None Language Haskell2010
- media :: Inline -> IO [Inline]
Documentation
media :: Inline -> IO [Inline] Source #
main media-plugin.
Will convert the following syntax
![](foo.aac){#audio} ![](foo.mp4){#video} ![](foo.png){#img} ![](foo.svg){#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 \ No newline at end of file +\ 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 @@Text.Pandoc.Util.Filter.Styling \ No newline at end of file +
Safe Haskell None Language Haskell2010 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
Safe Haskell None Language Haskell2010
- 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