Skip to content

Commit

Permalink
2.0.1 Changes line, new entity references documented
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPacker committed May 1, 2021
1 parent eed3e96 commit 2a98506
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 22 deletions.
25 changes: 15 additions & 10 deletions user-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -1249,6 +1249,11 @@ <h2 id="change-log">Change Log<a class="headerlink" href="#change-log" title="Pe
</thead>
<tbody>
<tr>
<td align="left">2.0.1</td>
<td align="right">1&nbsp;May&nbsp;2021</td>
<td align="left">Added <code>&amp;times;</code>&comma; <code>&amp;percnt;</code>&comma; <code>&amp;divide;</code>&comma; <code>&amp;forall;</code>&comma; <code>&amp;exist;</code>. Fixed &lsquo;three up graphic&rsquo; layout bug.</td>
</tr>
<tr>
<td align="left">2.0</td>
<td align="right">11&nbsp;April&nbsp;2021</td>
<td align="left">Two slide content elements on a slide&comma; involving a major restructuring of the slide layout engine.</td>
Expand Down Expand Up @@ -2045,38 +2050,38 @@ <h3 id="html-entity-references">HTML Entity References<a class="headerlink" href
<td align="right">&semi;</td>
<td align="left"><code>&amp;swarr;</code></td>
<td align="left">&swarr;</td>
<td align="left"></td>
<td align="left"></td>
<td align="left"><code>&amp;percnt;</code></td>
<td align="left">&percnt;</td>
</tr>
<tr>
<td align="left"><code>&amp;colon;</code></td>
<td align="right">&colon;</td>
<td align="left"><code>&amp;lsqb;</code></td>
<td align="left">&lsqb;</td>
<td align="left"></td>
<td align="left"></td>
<td align="left"><code>&amp;divide;</code></td>
<td align="left">&divide;</td>
</tr>
<tr>
<td align="left"><code>&amp;amp;</code></td>
<td align="right">&amp;</td>
<td align="left"><code>&amp;rsqb;</code></td>
<td align="left">&rsqb;</td>
<td align="left"></td>
<td align="left"></td>
<td align="left"><code>&amp;forall;</code></td>
<td align="left">&forall;</td>
</tr>
<tr>
<td align="left"><code>&amp;comma;</code></td>
<td align="right">&comma;</td>
<td align="left"><code>&amp;infin;</code></td>
<td align="left">&infin;</td>
<td align="left"></td>
<td align="left"></td>
<td align="left"><code>&amp;exist;</code></td>
<td align="left">&exist;</td>
</tr>
<tr>
<td align="left"><code>&amp;check;</code></td>
<td align="right">&check;</td>
<td align="left"></td>
<td align="left"></td>
<td align="left"><code>&amp;times;</code></td>
<td align="left">&times;</td>
<td align="left"></td>
<td align="left"></td>
</tr>
Expand Down
4 changes: 2 additions & 2 deletions user-guide.log
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ mdpre Markdown Preprocessor v0.4.6 (26 January, 2021)
Def mdpre_date = 26 January, 2021
Def mdpre_level = 0.4.6
Def userid = martinpacker
Def time = 15&colon;20
Def date = 11 April&comma; 2021
Def time = 17&colon;12
Def date = 1 May&comma; 2021
Def TOC = Table Of Contents
Def md = Markdown
Def pp = Powerpoint
Expand Down
11 changes: 6 additions & 5 deletions user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ To quote from the python-pptx license statement:

|Level|Date|What|
|:-|-:|:-|
|2.0.1|1&nbsp;May&nbsp;2021|Added `&times;`&comma; `&percnt;`&comma; `&divide;`&comma; `&forall;`&comma; `&exist;`. Fixed 'three up graphic' layout bug.|
|2.0|11&nbsp;April&nbsp;2021|Two slide content elements on a slide&comma; involving a major restructuring of the slide layout engine.|
|1.9.5|28&nbsp;March&nbsp;2021|Added `&hellip;`. Allow specification of gaps between cards. Allow specification of heading level for title slide.|
|1.9.4|21&nbsp;March&nbsp;2021|Added controls code slide foreground and background colour RGB values.|
Expand Down Expand Up @@ -930,11 +931,11 @@ md2pptx supports a few [HTML entity references](https://en.wikipedia.org/wiki/Li
|`&delta;`|&delta;|`&nearr;`|&nearr;|`&szlig;`|&szlig;|
|`&sim;`|&sim;|`&nwarr;`|&nwarr;|`&euro;`|&euro;|
|`&lowast;`|&lowast;|`&searr;`|&searr;|`&hellip;`|&hellip;|
|`&semi;`|&semi;|`&swarr;`|&swarr;|
|`&colon;`|&colon;|`&lsqb;`|&lsqb;|
|`&amp;`|&amp;|`&rsqb;`|&rsqb;|
|`&comma;`|&comma;|`&infin;`|&infin;|
|`&check;`|&check;|
|`&semi;`|&semi;|`&swarr;`|&swarr;|`&percnt;`|&percnt;|
|`&colon;`|&colon;|`&lsqb;`|&lsqb;|`&divide;`|&divide;|
|`&amp;`|&amp;|`&rsqb;`|&rsqb;|`&forall;`|&forall;|
|`&comma;`|&comma;|`&infin;`|&infin;|`&exist;`|&exist;|
|`&check;`|&check;|`&times;`|&times;|

### Numeric Character References
<a id="numeric-character-references"></a>
Expand Down
11 changes: 6 additions & 5 deletions user-guide.mdp
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ To quote from the python-pptx license statement:
=colalign l r l
=csv
Level,Date,What
2.0.1,1&nbsp;May&nbsp;2021,Added `&times;`&comma; `&percnt;`&comma; `&divide;`&comma; `&forall;`&comma; `&exist;`. Fixed 'three up graphic' layout bug.
2.0,11&nbsp;April&nbsp;2021,Two slide content elements on a slide&comma; involving a major restructuring of the slide layout engine.
1.9.5,28&nbsp;March&nbsp;2021,Added `&hellip;`. Allow specification of gaps between cards. Allow specification of heading level for title slide.
1.9.4,21&nbsp;March&nbsp;2021,Added controls code slide foreground and background colour RGB values.
Expand Down Expand Up @@ -916,11 +917,11 @@ md2pptx supports a few [HTML entity references](https://en.wikipedia.org/wiki/Li
`&delta;`,&delta;,`&nearr;`,&nearr;,`&szlig;`,&szlig;
`&sim;`,&sim;,`&nwarr;`,&nwarr;,`&euro;`,&euro;
`&lowast;`,&lowast;,`&searr;`,&searr;,`&hellip;`,&hellip;
`&semi;`,&semi;,`&swarr;`,&swarr;
`&colon;`,&colon;,`&lsqb;`,&lsqb;
`&amp;`,&amp;,`&rsqb;`,&rsqb;
`&comma;`,&comma;,`&infin;`,&infin;
`&check;`,&check;
`&semi;`,&semi;,`&swarr;`,&swarr;,`&percnt;`,&percnt;
`&colon;`,&colon;,`&lsqb;`,&lsqb;,`&divide;`,&divide;
`&amp;`,&amp;,`&rsqb;`,&rsqb;,`&forall;`,&forall;
`&comma;`,&comma;,`&infin;`,&infin;,`&exist;`,&exist;
`&check;`,&check;,`&times;`,&times;
=endcsv

### Numeric Character References
Expand Down

0 comments on commit 2a98506

Please sign in to comment.