https://github.com/ickc/pandoc-pptx
See what pandoc slide features are supported in pptx output
https://github.com/ickc/pandoc-pptx
Last synced: about 1 year ago
JSON representation
See what pandoc slide features are supported in pptx output
- Host: GitHub
- URL: https://github.com/ickc/pandoc-pptx
- Owner: ickc
- License: bsd-3-clause
- Created: 2020-06-10T01:47:25.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-07-01T19:40:29.000Z (about 6 years ago)
- Last Synced: 2025-04-28T12:07:37.037Z (about 1 year ago)
- Language: Makefile
- Size: 5.86 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Overview
========
Maths
-----
$$E \neq mc^3$$
You bet $E = mc^2$.
2 columns with width overriden to 50-50
---------------------------------------
::: {.columns}
::: {.column width="25%"}
- Simple
:::
::: {.column width="75%"}
1. simple
:::
:::
::: {.notes}
some notes without markdown
:::
2 columns with images with width overriden to 50-50
---------------------------------------------------
::: {.columns}
::: {.column width="30%"}

:::
::: {.column width="70%"}

:::
:::
GIFs are ok
-----------

3 columns
---------
::: {.columns}
::: {.column width="33%"}
- Simple
:::
::: {.column width="33%"}
1. simple
:::
::: {.column width="34%"}
3rd column dropped
:::
:::
::: {.notes}
some notes without markdown
:::
3 columns with images
---------------------
::: {.columns}
::: {.column width="33%"}

:::
::: {.column width="33%"}

:::
::: {.column width="34%"}

:::
:::
2 complex columns
-----------------
::: {.columns}
::: {.column width="50%"}
- 
- $E = pc$
:::
::: {.column width="50%"}

- all these points are invisible
- blah
:::
:::
complex
-------
- 
- $E = pc$

- all these points in a new slide
- blah
2 columns
---------
Some outer element before. This will be in its own slide.
::: {.columns}
::: {.column width="50%"}
- Simple
:::
::: {.column width="50%"}
1. simple
:::
:::
2 columns
---------
::: {.columns}
::: {.column width="50%"}
- Simple
:::
::: {.column width="50%"}
1. simple
:::
:::
Some outer element after. This will be in its own slide.
2 Images
--------


Nested columns
--------------
::: {.columns}
::: {.column width="50%"}
- inner columns will disappeared if this exist
::: {.columns}
::: {.column width="50%"}
- inner left
:::
::: {.column width="50%"}
1. inner right
:::
:::
:::
::: {.column width="50%"}
- outer right
:::
:::
Nested columns
--------------
::: {.columns}
::: {.column width="50%"}
::: {.columns}
::: {.column width="50%"}
- inner left flatten
:::
::: {.column width="50%"}
1. with inner right
:::
:::
:::
::: {.column width="50%"}
- outer right
:::
:::