Markdown Blog Editing
Convert the given link text in start file to a markdown link list.
Start file
# Introduction # Normal mode # Command Line mode # Visual mode
End file
* [Introduction](#introduction) * [Normal mode](#normal-mode) * [Command Line mode](#command-line-mode) * [Visual mode](#visual-mode)
View Diff
1,4c1,4 < # Introduction < # Normal mode < # Command Line mode < # Visual mode --- > * [Introduction](#introduction) > * [Normal mode](#normal-mode) > * [Command Line mode](#command-line-mode) > * [Visual mode](#visual-mode)
Solutions
The best way to learn is to practice. Below, you will find some of the solutions other golfers have entered. To unlock higher ranked solutions, submit your own entry which does as well or better than the solutions you can currently see - climb the ladder!
Check out these helpful resources to improve your Vim skills... Game on.
Unlock 51 remaining solutions by signing in and submitting your own entry
#52 Suraj Kumar / @kumarsuraj512 - Score: 182 - 09/23/24 @ 12:17
:%norm w<BS><BS> wy$A[)<BS><BS>}(#<C-V><Esc>OA<Down><BS><BS>A)^rxwi[<CR><Esc>u<Esc><Esc><Esc><Esc><Esc><Esc><Esc><Esc><Esc><Esc>0:%norm wy$ A](#<C-V><Esc>OC<BS><BS>pA)<C-V><Esc>OC<BS><BS>^rxwi{<BS>[<CR>u:$<BS>%o<BS>norm y$<BS><BS><BS> wy$ A](#<C-V><Esc>OC<BS><BS>pA)<C-V><Esc>OC<BS><BS>^r*wi[<CR>ggqaf#vi(guvi(:s/\%V /-/g<CR>^q:2,$norm @a<CR>:wq<CR>
0 comments