Skip to content

Commit eb68525

Browse files
committed
update md_to_pptx descriptions
1 parent ed31e16 commit eb68525

File tree

1 file changed

+27
-4
lines changed

1 file changed

+27
-4
lines changed

README.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,31 @@ output XLSX file:
190190
---
191191

192192
### 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>
196193

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).
197+
> It supports:
198+
> - [Title Slides](https://github.com/MartinPacker/md2pptx/blob/master/docs/user-guide.md#presentation-title-slides)
199+
> - [Bullet Items](https://github.com/MartinPacker/md2pptx/blob/master/docs/user-guide.md#bullet-slides)
200+
> - [Images](https://github.com/MartinPacker/md2pptx/blob/master/docs/user-guide.md#graphics-slides)
201+
> - [Tables](https://github.com/MartinPacker/md2pptx/blob/master/docs/user-guide.md#table-slides)
202+
> - [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:
197218
```
198219
# This Is A Presentation Title Page
199220
@@ -206,9 +227,10 @@ The input Markdown text of slides must follows the syle rules of [md2pptx's syn
206227
* One B
207228
* Two
208229
```
209-
</details>
210230

211231

232+
The output PPTX file:
233+
212234
![](_assets/md_to_pptx_1.png)
213235

214236
---
@@ -322,6 +344,7 @@ Output `.md` file with orginal input Markdown text.
322344
- 1.12.0:
323345
- fix input pptx template file optional in `md_to_pptx` tool
324346
- fix error message with file path in cmd assembly in `md_to_pptx` tool
347+
- bump `md2pptx` to 6.0
325348

326349
- 1.10.2:
327350
- bump `md2pptx` from 5.4.4 to 5.4.5

0 commit comments

Comments
 (0)