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

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

208 active golfers, 986 entries

Solutions by @leonkatsnelson:
21
#69 - Leon Katsnelson / @leonkatsnelson

12/15/2023 at 10:17PM

22
#>90 - Leon Katsnelson / @leonkatsnelson

12/15/2023 at 10:16PM

23
#>100 - Leon Katsnelson / @leonkatsnelson

12/15/2023 at 10:15PM

24
#>102 - Leon Katsnelson / @leonkatsnelson

12/15/2023 at 10:13PM

25
#>111 - Leon Katsnelson / @leonkatsnelson

12/15/2023 at 10:12PM

26
#>115 - Leon Katsnelson / @leonkatsnelson

12/15/2023 at 10:10PM

30
#>136 - Leon Katsnelson / @leonkatsnelson

12/15/2023 at 10:06PM

32
#>147 - Leon Katsnelson / @leonkatsnelson

12/15/2023 at 10:01PM

36
#>150 - Leon Katsnelson / @leonkatsnelson

12/15/2023 at 09:59PM

38
#>155 - Leon Katsnelson / @leonkatsnelson

12/15/2023 at 09:55PM

47
#>165 - Leon Katsnelson / @leonkatsnelson

12/15/2023 at 09:49PM