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 @LeroyJe70429357:

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

199 active golfers, 962 entries

Solutions by @LeroyJe70429357:
20
#27 - Leroy Jenkins / @LeroyJe70429357

09/17/2022 at 06:30AM

20
#>27 - Leroy Jenkins / @LeroyJe70429357

09/17/2022 at 06:31AM

21
#>60 - Leroy Jenkins / @LeroyJe70429357

09/17/2022 at 06:28AM

22
#>88 - Leroy Jenkins / @LeroyJe70429357

09/17/2022 at 06:27AM

23
#>93 - Leroy Jenkins / @LeroyJe70429357

09/17/2022 at 06:25AM

23
#>93 - Leroy Jenkins / @LeroyJe70429357

09/17/2022 at 06:28AM

25
#>106 - Leroy Jenkins / @LeroyJe70429357

09/17/2022 at 06:22AM

26
#>110 - Leroy Jenkins / @LeroyJe70429357

09/17/2022 at 06:20AM

26
#>110 - Leroy Jenkins / @LeroyJe70429357

09/17/2022 at 06:21AM

27
#>117 - Leroy Jenkins / @LeroyJe70429357

09/17/2022 at 06:16AM

30
#>130 - Leroy Jenkins / @LeroyJe70429357

09/17/2022 at 06:12AM

31
#>136 - Leroy Jenkins / @LeroyJe70429357

09/17/2022 at 06:10AM

32
#>141 - Leroy Jenkins / @LeroyJe70429357

09/17/2022 at 06:07AM

35
#>144 - Leroy Jenkins / @LeroyJe70429357

09/17/2022 at 06:03AM