forked from MartinPacker/md2pptx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathuser-guide.log
198 lines (196 loc) · 8.98 KB
/
user-guide.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
mdpre Markdown Preprocessor v0.6.2 (19 March, 2022)
===================================================
- opened <stdout> for writing
Def mdpre_date = 19 March, 2022
Def mdpre_level = 0.6.2
Def userid = martinpacker
Def time = 21:44
Def date = 15 April, 2022
Def TOC = Table Of Contents
Def md = Markdown
Def pp = Powerpoint
Markdown To Powerpoint User Guide
Table Of Contents - spec '2 * Table Of Contents'
2 5 Table Of Contents
..... Why md2pptx?
..... ..... A Real World Use Case
..... ..... Using md2pptx With mdpre
..... How Do You Use md2pptx?
..... ..... Installation
..... ..... Use
..... python-pptx license
..... Change Log
Column Alignment - spec 'l r l'
CSV Start
CSV Stop
..... Creating Slides
..... ..... Presentation Title Slides
..... ..... Presentation Section Slides
..... ..... Bullet Slides
..... ..... ..... Numbered List Items
..... ..... Graphics, Video And Audio slides
..... ..... ..... Graphics Slides
..... ..... ..... ..... Clickable Pictures
..... ..... ..... ..... Graphics File References
..... ..... ..... Video And Audio Slides
..... ..... ..... ..... Video Slides
..... ..... ..... ..... Audio Slides
..... ..... Table Slides
..... ..... ..... Special Case: Two Graphics Side By Side
..... ..... ..... Special Case: Two By Two Grid Of Graphics
..... ..... ..... Special Case: Three Graphics On A Slide
..... ..... ..... Special Case: One Graphic Above Another
..... ..... ..... Multi-Column Table Cells
..... ..... Card Slides
..... ..... Code Slides
..... ..... ..... `<code>`
..... ..... ..... Triple Backticks (```)
..... ..... ..... Indented Text
..... ..... ..... `<pre>`
..... ..... Task List Slides
..... ..... Slides With More Than One Content Block
..... ..... Adding Slide Notes
..... Slides Without Titles
..... ..... Using A Horizontal Rule
..... ..... Using A Level 3 Heading With ` `
..... Hyperlinks
..... ..... Coding A Heading Reference On A Target Slide
..... ..... Coding A Hyperlink To Another Slide
..... HTML Comments
..... Special Text Formatting
CSV Start
CSV Stop
..... ..... Using HTML `<span>` Elements To Specify Text Colours And Underlining
..... ..... ..... Using HTML `<span>` Elements with `class`
..... ..... ..... Using HTML `<span>` Elements with `style`
..... ..... HTML Entity References
CSV Start
CSV Stop
..... ..... Numeric Character References
..... ..... Escaped Characters
..... ..... CriticMarkup
..... Creating A Glossary Of Terms
..... Creating Footnotes
..... ..... Creating A Footnote
..... ..... Referring To A Footnote
..... Controlling The Presentation With Metadata
..... ..... Specifying Metadata
..... ..... ..... Processing Summary
..... ..... Metadata Keys
..... ..... ..... Slide Numbers - `numbers`
..... ..... ..... Page Title Size - `pageTitleSize`
..... ..... ..... Section Title Size - `sectionTitleSize`
..... ..... ..... Section Subtitle Size - `sectionSubtitleSize`
..... ..... ..... Monospace Font - `monoFont`
..... ..... ..... Margin size - `marginBase` and `tableMargin`
..... ..... ..... Controlling Adjusting Title Positions And Sizes - `AdjustTitles`
..... ..... ..... Associating A Class Name with A Background Colour With `style.bgcolor`
..... ..... ..... Associating A Class Name with A Foreground Colour With `style.fgcolor`
..... ..... ..... Associating A Class Name With Text Emphasis With `style.emphasis`
..... ..... ..... Template Presentation - `template`
..... ..... ..... Specifying An Abstract Slide With `abstractTitle`
..... ..... ..... Specifying Text Size With `baseTextSize` And `baseTextDecrement`
..... ..... ..... Specifying Bold And Italic Text Colour With `BoldColour` And `ItalicColour`
..... ..... ..... Specifying Bold And Italic Text Effects With `BoldBold` And `ItalicItalic`
..... ..... ..... Controlling Task Slide Production With `taskSlides` and `tasksPerSlide`
..... ..... ..... Controlling Glossary Slide Production With `glossaryTitle`, `glossaryTerm`, `glossaryMeaning`,`glossaryMeaningWidth`, and `glossaryTermsPerPage`
..... ..... ..... Specifying How Much Space To Reserve For Slide Numbers With `NumbersHeight`
..... ..... ..... Specifying How Many Spaces Represent An Indentation Level With `IndentSpaces`
..... ..... ..... Specifying Where Temporary Files Are Stored With `tempDir`
..... ..... ..... Deleting The First (Processing Summary) Slide - with `DeleteFirstSlide`
..... ..... ..... Table Metadata
..... ..... ..... ..... Shrinking Tables With `compactTables`
..... ..... ..... ..... Adjusting Table Heading Font Size With `tableHeadingSize`
..... ..... ..... ..... Adding Lines Round Tables And Cells With `addTableLines`
..... ..... ..... ..... Adding Lines After Table Rows And Columns With `addTableRowLines` And `addTableColumnLines`
..... ..... ..... ..... Specifying What The Added Table Lines Look Like With `addTableLineColour`, `addTableLineCount` and `addTableLineWidth`
..... ..... ..... ..... Controlling Whether Empty Table Cells Cause Column Spanning - `SpanCells`
..... ..... ..... Card Metadata
..... ..... ..... ..... Card Background Colour - `CardColour`
..... ..... ..... ..... Card Border Colour - `CardBorderColour`
..... ..... ..... ..... Card Border Width - `CardBorderWidth`
..... ..... ..... ..... Card Title Size - `CardTitleSize`
..... ..... ..... ..... Card Shadow - `CardShadow`
..... ..... ..... ..... Card Size - `CardPercent`
..... ..... ..... ..... Card Layout Direction - `CardLayout`
..... ..... ..... ..... Card Title Alignment - `CardTitleAlign`
..... ..... ..... ..... Card Title Position - `CardTitlePosition`
..... ..... ..... ..... Card Shape - `CardShape`
..... ..... ..... ..... Card Horizontal Gap - `CardHorizontalGap`
..... ..... ..... ..... Card Vertical Gap - `CardVerticalGap`
..... ..... ..... Code Metadata
..... ..... ..... ..... Code Column Count - `CodeColumns`
..... ..... ..... ..... Fixed Pitch Height To Width Ratio - `FPRatio`
..... ..... ..... ..... Foreground Colour - `CodeForeground`
..... ..... ..... ..... Background Colour - `CodeBackground`
..... ..... ..... Slide Heading Levels - `TopHeadingLevel`
Column Alignment - spec 'r l'
CSV Start
CSV Stop
Column Alignment - spec 'r l'
CSV Start
CSV Stop
..... ..... ..... Slides With Multiple Content Blocks
..... ..... ..... ..... Horizontal Or Vertical Split - `ContentSplitDirection`
..... ..... ..... ..... Split Proportions - `ContentSplit`
..... ..... ..... Graphics Metadata
..... ..... ..... ..... Exporting Converted SVG And PNG Files - `exportGraphics`
..... ..... ..... Table Of Contents And Section Slide Metadata
..... ..... ..... ..... "Chevron Style" Table Of Contents
..... ..... ..... ..... "Circle Style" Table Of Contents
..... ..... ..... ..... "Plain Style" Table Of Contents
..... ..... ..... ..... Table Of Contents Style - `tocStyle`
..... ..... ..... ..... Table Of Contents Title - `tocTitle`
..... ..... ..... ..... Table Of Contents Live Links - `tocLinks`
..... ..... ..... ..... Table Of Contents Item Height - `TOCItemHeight`
..... ..... ..... ..... Table Of Contents Item Colour - `TOCItemColour`
..... ..... ..... ..... Table Of Contents Row Gap - `TOCRowGap`
..... ..... ..... ..... Table Of Contents Font Size - `TOCFontSize`
..... ..... ..... ..... Section Navigation Buttons - `SectionArrows`
..... ..... ..... ..... Section Navigation Button Colour - `SectionArrowsColour`
..... ..... Dynamic Metadata
..... ..... ..... Tables
..... ..... ..... ..... `CompactTables`
..... ..... ..... ..... `TableHeadingSize`
..... ..... ..... ..... `addTableLines`
..... ..... ..... ..... `addTableColumnLines` And `addTableRowLines`
..... ..... ..... ..... Added Table Line Attributes
..... ..... ..... ..... `SpanCells`
..... ..... ..... Cards
..... ..... ..... ..... `CardPercent`
..... ..... ..... ..... `CardLayout`
..... ..... ..... ..... `CardTitleAlign`
..... ..... ..... ..... `CardTitlePosition`
..... ..... ..... ..... `CardShape`
..... ..... ..... ..... `CardHorizontalGap`
..... ..... ..... ..... `CardVerticalGap`
..... ..... ..... Code
..... ..... ..... ..... `CodeColumns`
..... ..... ..... ..... `FPRatio`
..... ..... ..... ..... `CodeForeground`
..... ..... ..... ..... `CodeBackground`
..... ..... ..... `PageTitleSize`
..... ..... ..... `BaseTextSize`
..... ..... ..... `BaseTextDecrement`
..... ..... ..... `ContentSplitDirection`
..... ..... ..... `ContentSplit`
..... ..... ..... `IndentSpaces`
..... ..... ..... `MarginBase`
..... ..... ..... `NumbersHeight`
..... ..... ..... TableMargin
..... Modifying The Slide Template
..... ..... Basics
..... ..... Slide Template Sequence
Column Alignment - spec 'l l l l'
CSV Start
CSV Stop
..... ..... Template Slide Types
..... ..... ..... Title Slide - `TitleSlideLayout`
..... ..... ..... Section Slide - `SectionSlideLayout`
..... ..... ..... Title Only Slide - `TitleOnlyLayout`
..... ..... ..... Blank Slide - `BlankLayout`
..... ..... ..... Content Slide - `ContentSlideLayout`
..... Deviations From Standard Markdown
---------------------------------------------------
- Processing completed.
---------------------------------------------------