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

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

210 active golfers, 1003 entries

Solutions by @nak38223985244:
21
#67 - naka / @nak38223985244

06/22/2023 at 01:07PM

22
#>91 - naka / @nak38223985244

06/22/2023 at 01:05PM

23
#>100 - naka / @nak38223985244

06/22/2023 at 01:01PM

26
#>116 - naka / @nak38223985244

06/22/2023 at 12:59PM

27
#>123 - naka / @nak38223985244

06/22/2023 at 12:54PM

28
#>126 - naka / @nak38223985244

06/22/2023 at 12:52PM

29
#>131 - naka / @nak38223985244

06/22/2023 at 12:46PM

30
#>137 - naka / @nak38223985244

06/22/2023 at 12:43PM

31
#>143 - naka / @nak38223985244

06/22/2023 at 12:34PM

31
#>143 - naka / @nak38223985244

06/22/2023 at 12:41PM

34
#>150 - naka / @nak38223985244

06/22/2023 at 12:31PM

36
#>151 - naka / @nak38223985244

06/21/2023 at 12:26PM

37
#>152 - naka / @nak38223985244

06/21/2023 at 12:23PM

45
#>165 - naka / @nak38223985244

06/21/2023 at 12:20PM

46
#>165 - naka / @nak38223985244

06/21/2023 at 12:17PM

48
#>168 - naka / @nak38223985244

06/20/2023 at 01:34PM

76
#>197 - naka / @nak38223985244

06/20/2023 at 01:28PM