Web Export - list all markdown link references

jonny5's Avatar

jonny5

09 Aug, 2020 12:07 PM

Hi!

(This concerns the VP6 preview 2.)

W.r.t. the web export: Is there a way to iterate over the reference style links to generate an actual reference section?

For clarity, I'm referring to the following link style:

[this is a reference link][1] in some text
...
# References


- [1]: http://www.primatelabs.com "Title of the website"

which I would like to transform into something like:

<a href="http://www.primatelabs.com">this is a reference link</a> in some text.
<h1>References</h1>
<ul>
<li>Title of the website - http://www.primatelabs.com </li>
</ul>

Reply to this discussion

Internal reply

Formatting help / Preview (switch to plain text) No formatting (switch to Markdown)

Attaching KB article:

»

Attached Files

You can attach files up to 10MB

If you don't have an account yet, we need to confirm you're human and not a machine trying to post spam.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac