Real Vim ninjas count every keystroke - do you?

Pick a challenge, fire up Vim, and show us what you got.

Changelog, Rules & FAQ, updates: @vimgolf, RSS.

Your VimGolf key: please sign in

$ gem install vimgolf
$ vimgolf setup
$ vimgolf put 9v0061699fee000000000213

Wikitext headings to markdown

Convert the wikitext headings to markdown.

Start file
= First, a heading =
== Section ==
=== Deeper ===

As you can see, the headings have equals signs like =
in all kinds of funny places.

== Dets ==
Why not = this here.

```
var = 4

def funcy(min=1, max=2):
  return (min + max) / 2
```


=== Also ===
Please note.  Thanks.
End file
# First, a heading
## Section
### Deeper

As you can see, the headings have equals signs like =
in all kinds of funny places.

## Dets
Why not = this here.

```
var = 4

def funcy(min=1, max=2):
  return (min + max) / 2
```


### Also
Please note.  Thanks.

View Diff

1,3c1,3
< = First, a heading =
< == Section ==
< === Deeper ===
---
> # First, a heading
> ## Section
> ### Deeper
8c8
< == Dets ==
---
> ## Dets
18c18
< === Also ===
---
> ### Also

Solutions by @NROOhu88PhVQYLT:

Unlock 12 remaining solutions by signing in and submitting your own entry
Created by: @vimgolfleo1

210 active golfers, 1003 entries

Solutions by @NROOhu88PhVQYLT:
21
#53 - 勉强掩盖 / @NROOhu88PhVQYLT

01/13/2022 at 12:30PM

22
#>87 - 勉强掩盖 / @NROOhu88PhVQYLT

01/13/2022 at 12:29PM

23
#>97 - 勉强掩盖 / @NROOhu88PhVQYLT

01/13/2022 at 12:27PM

25
#>108 - 勉强掩盖 / @NROOhu88PhVQYLT

01/13/2022 at 12:25PM

26
#>114 - 勉强掩盖 / @NROOhu88PhVQYLT

01/13/2022 at 12:24PM

27
#>119 - 勉强掩盖 / @NROOhu88PhVQYLT

01/13/2022 at 12:22PM

28
#>124 - 勉强掩盖 / @NROOhu88PhVQYLT

01/13/2022 at 12:18PM

30
#>135 - 勉强掩盖 / @NROOhu88PhVQYLT

01/13/2022 at 12:16PM

31
#>140 - 勉强掩盖 / @NROOhu88PhVQYLT

01/13/2022 at 12:14PM

32
#>144 - 勉强掩盖 / @NROOhu88PhVQYLT

01/13/2022 at 12:13PM

34
#>149 - 勉强掩盖 / @NROOhu88PhVQYLT

01/13/2022 at 12:07PM

37
#>152 - 勉强掩盖 / @NROOhu88PhVQYLT

01/13/2022 at 11:32AM