MartinPacker / md2pptx

Markdown To PowerPoint converter
MIT License
206 stars 31 forks source link

Hyperlink in slide heading stopped working #125

Closed MartinPacker closed 1 year ago

MartinPacker commented 1 year ago

Following syntax leads to the heading being swallowed:

### Some Additional WLM-Related Information From [IBM](http://w3.ibm.com)

Conirmed in 3.3.2

MartinPacker commented 1 year ago

It looks like:

  1. The MultiMarkdown capability to create an id for a heading using [myref] is swallowing any following text. Possibly correct - if we restrict this syntax to the end of the line.
  2. There never was a capability to code outbound hyperlinks in a heading. Certainly not in Markdown. Proposal is to enable this and mark it as a deviation from (actually extension to) Markdown. It would be useful. (I ran into two separate presentations where I could've used it.)
MartinPacker commented 1 year ago
  1. Fixed with a simple $ in the regex.
  2. Having fixed the bug it turns out links - both internal and external - work just fine.

It remains to document the deviation and then push as 3.3.3.

MartinPacker commented 1 year ago

Shipped in v3.3.3.