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

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

203 active golfers, 980 entries

Solutions by @martin_ramtin:
21
#54 - Ramtin Martin / @martin_ramtin

03/25/2022 at 05:00AM

22
#>87 - Ramtin Martin / @martin_ramtin

03/25/2022 at 04:57AM

23
#>95 - Ramtin Martin / @martin_ramtin

03/25/2022 at 04:52AM

24
#>101 - Ramtin Martin / @martin_ramtin

03/25/2022 at 04:49AM

25
#>107 - Ramtin Martin / @martin_ramtin

03/25/2022 at 04:32AM

26
#>111 - Ramtin Martin / @martin_ramtin

03/25/2022 at 04:27AM

27
#>118 - Ramtin Martin / @martin_ramtin

03/25/2022 at 04:22AM

30
#>131 - Ramtin Martin / @martin_ramtin

03/25/2022 at 04:15AM

32
#>142 - Ramtin Martin / @martin_ramtin

03/25/2022 at 04:10AM

34
#>145 - Ramtin Martin / @martin_ramtin

03/25/2022 at 04:07AM

42
#>156 - Ramtin Martin / @martin_ramtin

03/25/2022 at 04:00AM

45
#>160 - Ramtin Martin / @martin_ramtin

03/25/2022 at 03:31AM

47
#>161 - Ramtin Martin / @martin_ramtin

03/25/2022 at 03:22AM

67
#>182 - Ramtin Martin / @martin_ramtin

03/25/2022 at 03:05AM

75
#>191 - Ramtin Martin / @martin_ramtin

03/25/2022 at 03:02AM