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

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

203 active golfers, 980 entries

Solutions by @tchigvaria:
21
#57 - Irakli Chigvaria / @tchigvaria

05/13/2022 at 05:49AM

22
#>88 - Irakli Chigvaria / @tchigvaria

05/11/2022 at 06:07PM

22
#>88 - Irakli Chigvaria / @tchigvaria

05/13/2022 at 05:43AM

22
#>88 - Irakli Chigvaria / @tchigvaria

05/13/2022 at 05:46AM

23
#>95 - Irakli Chigvaria / @tchigvaria

05/11/2022 at 06:02PM

24
#>101 - Irakli Chigvaria / @tchigvaria

05/11/2022 at 06:01PM

25
#>107 - Irakli Chigvaria / @tchigvaria

05/11/2022 at 05:53PM

28
#>122 - Irakli Chigvaria / @tchigvaria

05/10/2022 at 06:22PM

30
#>132 - Irakli Chigvaria / @tchigvaria

05/09/2022 at 09:47PM

31
#>138 - Irakli Chigvaria / @tchigvaria

05/09/2022 at 09:42PM

34
#>145 - Irakli Chigvaria / @tchigvaria

05/09/2022 at 09:39PM

114
#>201 - Irakli Chigvaria / @tchigvaria

05/09/2022 at 08:48PM