You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+27-4Lines changed: 27 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -190,10 +190,31 @@ output XLSX file:
190
190
---
191
191
192
192
### Markdown → PPTX
193
-
The input Markdown text of slides must follows the syle rules of [md2pptx's syntax](https://github.com/MartinPacker/md2pptx/blob/master/docs/user-guide.md#creating-slides).
194
-
195
-
<details>
196
193
194
+
> **Syntax**
195
+
>
196
+
> The input Markdown text of slides **MUST** follows the syle rules of [md2pptx's syntax](https://github.com/MartinPacker/md2pptx/blob/master/docs/user-guide.md#creating-slides).
> -[Hyper links and Inner links](https://github.com/MartinPacker/md2pptx/blob/master/docs/user-guide.md#hyperlinks-and-vba-macros)
203
+
> - and more, please refer to [docs](https://github.com/MartinPacker/md2pptx/blob/master/docs/user-guide.md).
204
+
205
+
> **Template PPTX file: Slide Master**
206
+
>
207
+
> In Microsoft PowerPoint, a slide master controls the overall design and layout of the slides in a presentation,
208
+
> eg. font size on title, color style for text, layouts.
209
+
>
210
+
> `md_to_pptx` tool supports using an optional custom PPTX template file with slide master.
211
+
> The default template pptx file used in `md_to_pptx` tool could be fond in [this link](https://github.com/bowenliang123/md_exporter/tree/main/tools/md_to_pptx/template).
212
+
>
213
+
> If you are looking for a way to customize the appearance of your slides, you can create a template PPTX file with slide master.
214
+
>
215
+
> To update the slide master of template pptx file, please refer to Microsoft's official docs at [Customize a slide master](https://support.microsoft.com/en-us/office/customize-a-slide-master-036d317b-3251-4237-8ddc-22f4668e2b56).
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:
197
218
```
198
219
# This Is A Presentation Title Page
199
220
@@ -206,9 +227,10 @@ The input Markdown text of slides must follows the syle rules of [md2pptx's syn
0 commit comments