Skip to content

Commit

Permalink
v5.0.1 More RunPython helper routines
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPacker committed Jul 14, 2024
1 parent 466a4f3 commit cca0b6e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/user-guide.html
Original file line number Diff line number Diff line change
Expand Up @@ -1554,8 +1554,8 @@ <h2 id="change-log">Change Log<a class="headerlink" href="#change-log" title="Pe
</thead>
<tbody>
<tr>
<td align="left">5.0+</td>
<td align="right">?&nbsp;July&nbsp;2024</td>
<td align="left">5.0.1</td>
<td align="right">14&nbsp;July&nbsp;2024</td>
<td align="left">Added <a href="#runpythonaligntablecelltext"><code>RunPython.alignTableCellText</code></a> and <a href="#runpythonmakedrawnshape"><code>RunPython.makeDrawnShape</code></a>support.</td>
</tr>
<tr>
Expand Down
4 changes: 2 additions & 2 deletions docs/user-guide.log
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ mdpre Markdown Preprocessor v0.6.8 (8 March, 2024)
Def mdpre_date = 8 March, 2024
Def mdpre_level = 0.6.8
Def userid = martinpacker
Def time = 17&colon;04
Def date = 13 July&comma; 2024
Def time = 17&colon;01
Def date = 14 July&comma; 2024
Def TOC = Table Of Contents
Def md = Markdown
Def pp = Powerpoint
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ To quote from the python-pptx license statement:

|Level|Date|What|
|:-|-:|:-|
|5.0+|?&nbsp;July&nbsp;2024|Added [`RunPython.alignTableCellText`](#runpythonaligntablecelltext) and [`RunPython.makeDrawnShape`](#runpythonmakedrawnshape)support.|
|5.0.1|14&nbsp;July&nbsp;2024|Added [`RunPython.alignTableCellText`](#runpythonaligntablecelltext) and [`RunPython.makeDrawnShape`](#runpythonmakedrawnshape)support.|
|5.0|7&nbsp;July&nbsp;2024|Added [`run-python`](#running-inline-python) support.|
|4.6.1|1&nbsp;July&nbsp;2024|Fixed breakage in `hidden`.|
|4.6|30&nbsp;June&nbsp;2024|Use Unicode noncharacters instead of high 8-bit characters for markers. Added `hidden`[metadata](#hiding-slides-hidden) and [dynamic metadata](#hidden-dynamic) item.|
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide.mdp
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ To quote from the python-pptx license statement:
=colalign l r l
=csv
Level,Date,What
5.0+,?&nbsp;July&nbsp;2024,Added [`RunPython.alignTableCellText`](#runpythonaligntablecelltext) and [`RunPython.makeDrawnShape`](#runpythonmakedrawnshape)support.
5.0.1,14&nbsp;July&nbsp;2024,Added [`RunPython.alignTableCellText`](#runpythonaligntablecelltext) and [`RunPython.makeDrawnShape`](#runpythonmakedrawnshape)support.
5.0,7&nbsp;July&nbsp;2024,Added [`run-python`](#running-inline-python) support.
4.6.1,1&nbsp;July&nbsp;2024,Fixed breakage in `hidden`.
4.6,30&nbsp;June&nbsp;2024,Use Unicode noncharacters instead of high 8-bit characters for markers. Added `hidden`[metadata](#hiding-slides-hidden) and [dynamic metadata](#hidden-dynamic) item.
Expand Down
4 changes: 2 additions & 2 deletions md2pptx
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ except:
have_graphviz = False


md2pptx_level = "5.0+"
md2pptx_date = "13 July, 2024"
md2pptx_level = "5.0.1"
md2pptx_date = "14 July, 2024"

namespaceURL = {
"mc": "http://schemas.openxmlformats.org/markup-compatibility/2006",
Expand Down

0 comments on commit cca0b6e

Please sign in to comment.