Background
Same as the one in my previous post.
I usually write hyperlinks for software names using only one pair of
square brackets, like [Vim]
instead of [Vim][Vim]
. Even though
this isn’t standard, this is more convenient.
Problem
I want to start the second item of the following ordered list with a hyperlink to textobj-lastpat written in a short but non-standard way.
1 2 3 4 5 6 7 8 9 10 11 12 |
|
Unluckily, as I typed this Vim Ex command to see whether my Markdown syntax was correct, I quickly received an error from kramdown.
:!kramdown % > %<.html
You may click “donwload” at the top right hand corner of the codeblock below to see the effect of the result generated by ihe Markdown parser.
1 2 3 4 5 6 7 8 9 |
|
Warning: Duplicate link ID 'textobj-lastpat' on line 13 - overwriting
Press ENTER or type command to continue
Solution
This time, I won’t find out what’s wrong from the error message because writing that hyperlink in the standard way is the quickest solution that I know.