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

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

202 active golfers, 978 entries

Solutions by @Abberatus:
21
#52 - Даня Ефимов / @Abberatus

02/09/2022 at 06:17PM

22
#>87 - Даня Ефимов / @Abberatus

02/09/2022 at 06:06PM

23
#>95 - Даня Ефимов / @Abberatus

02/09/2022 at 05:56PM

26
#>111 - Даня Ефимов / @Abberatus

02/09/2022 at 05:50PM

27
#>117 - Даня Ефимов / @Abberatus

02/09/2022 at 05:46PM

29
#>125 - Даня Ефимов / @Abberatus

02/09/2022 at 05:34PM

30
#>131 - Даня Ефимов / @Abberatus

02/09/2022 at 05:21PM

32
#>140 - Даня Ефимов / @Abberatus

02/09/2022 at 05:02PM

33
#>144 - Даня Ефимов / @Abberatus

02/09/2022 at 04:50PM

35
#>146 - Даня Ефимов / @Abberatus

02/09/2022 at 04:41PM