We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb68525 commit 7df2f4aCopy full SHA for 7df2f4a
README.md
@@ -216,16 +216,22 @@ output XLSX file:
216
217
As with the input Markdown text in [md2pptx](https://github.com/MartinPacker/md2pptx/blob/master/docs/user-guide.md#creating-slides) sytle below:
218
```
219
-# This Is A Presentation Title Page
220
-
221
-## This Is A Presentation Section Page
222
223
-### This Is A Bulleted List Page
+# Markdown Exporter
224
+### Slide 1 Title
225
* One
226
* One A
227
* One B
228
* Two
+ * Two X
+ * Two Y
+
229
+### Slide 2 Title
230
+|Left Heading|Centre Heading|Right Heading|
231
+|:---|:-:|--:|
232
+|Alpha|Bravo|1|
233
+|Charlie|Delta|2|
234
235
236
237
_assets/md_to_pptx_1.png
-118 KB
0 commit comments