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

210 active golfers, 1003 entries

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

03/25/2022 at 05:00AM

22
#>89 - Ramtin Martin / @martin_ramtin

03/25/2022 at 04:57AM

23
#>97 - Ramtin Martin / @martin_ramtin

03/25/2022 at 04:52AM

24
#>103 - Ramtin Martin / @martin_ramtin

03/25/2022 at 04:49AM

25
#>109 - Ramtin Martin / @martin_ramtin

03/25/2022 at 04:32AM

26
#>114 - Ramtin Martin / @martin_ramtin

03/25/2022 at 04:27AM

27
#>121 - Ramtin Martin / @martin_ramtin

03/25/2022 at 04:22AM

30
#>135 - Ramtin Martin / @martin_ramtin

03/25/2022 at 04:15AM

32
#>146 - Ramtin Martin / @martin_ramtin

03/25/2022 at 04:10AM

34
#>149 - Ramtin Martin / @martin_ramtin

03/25/2022 at 04:07AM

42
#>161 - Ramtin Martin / @martin_ramtin

03/25/2022 at 04:00AM

45
#>165 - Ramtin Martin / @martin_ramtin

03/25/2022 at 03:31AM

47
#>166 - Ramtin Martin / @martin_ramtin

03/25/2022 at 03:22AM

67
#>188 - Ramtin Martin / @martin_ramtin

03/25/2022 at 03:05AM

75
#>197 - Ramtin Martin / @martin_ramtin

03/25/2022 at 03:02AM