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

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

198 active golfers, 960 entries

Solutions by @JacobGelbman:
20
#25 - jcbglbmn / @JacobGelbman

05/23/2022 at 06:02AM

21
#>56 - jcbglbmn / @JacobGelbman

05/23/2022 at 06:00AM

22
#>88 - jcbglbmn / @JacobGelbman

05/23/2022 at 05:59AM

23
#>93 - jcbglbmn / @JacobGelbman

05/23/2022 at 05:58AM

25
#>106 - jcbglbmn / @JacobGelbman

05/23/2022 at 05:57AM

26
#>109 - jcbglbmn / @JacobGelbman

05/23/2022 at 05:55AM

27
#>116 - jcbglbmn / @JacobGelbman

05/23/2022 at 05:54AM

28
#>120 - jcbglbmn / @JacobGelbman

05/23/2022 at 05:52AM

29
#>124 - jcbglbmn / @JacobGelbman

05/23/2022 at 05:51AM

30
#>130 - jcbglbmn / @JacobGelbman

05/23/2022 at 05:47AM

31
#>136 - jcbglbmn / @JacobGelbman

05/23/2022 at 05:46AM

32
#>141 - jcbglbmn / @JacobGelbman

05/23/2022 at 05:45AM

34
#>143 - jcbglbmn / @JacobGelbman

05/23/2022 at 05:43AM

42
#>154 - jcbglbmn / @JacobGelbman

05/23/2022 at 05:39AM

44
#>155 - jcbglbmn / @JacobGelbman

05/23/2022 at 05:36AM