Web Export - list all markdown link references
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>
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