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

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

203 active golfers, 980 entries

Solutions by @daraz999:
22
#80 - Darius Smaliukas / @daraz999

11/03/2021 at 10:59AM

23
#>92 - Darius Smaliukas / @daraz999

11/03/2021 at 10:59AM

25
#>105 - Darius Smaliukas / @daraz999

11/03/2021 at 10:53AM

26
#>111 - Darius Smaliukas / @daraz999

11/03/2021 at 10:52AM

27
#>113 - Darius Smaliukas / @daraz999

11/03/2021 at 10:51AM

30
#>129 - Darius Smaliukas / @daraz999

11/03/2021 at 10:49AM

31
#>134 - Darius Smaliukas / @daraz999

11/03/2021 at 10:48AM

34
#>145 - Darius Smaliukas / @daraz999

11/03/2021 at 10:46AM

46
#>160 - Darius Smaliukas / @daraz999

11/03/2021 at 10:43AM

53
#>166 - Darius Smaliukas / @daraz999

11/03/2021 at 10:40AM

60
#>177 - Darius Smaliukas / @daraz999

11/03/2021 at 10:37AM