MartinPacker / md2pptx

Markdown To PowerPoint converter
MIT License
222 stars 35 forks source link

Support indirect links #105

Closed MartinPacker closed 3 years ago

MartinPacker commented 3 years ago

Today we support in-line links. It ought to be possible to support indirect links.

For example, iThoughts supports them - and seems to generate them when you wish it wouldn't.

MartinPacker commented 3 years ago

Inline links look like:

[Link Text](Link URL)

Indirect links look like:

The [first link][indirect-reference] in one sentence.

[indirect-reference]: https://example.com/link-to-page
MartinPacker commented 3 years ago

These appear to be called Reference Links, as opposed to Inline Links. These are the terms that would be used in the User Guide - if this gets implemented.

MartinPacker commented 3 years ago

Based on starting to work on this, I'm wondering if an optional slide that lists external links might be handy. Probably a different Issue, though.

MartinPacker commented 3 years ago

Shipped in v2.4.3.