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

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

208 active golfers, 986 entries

Solutions by @kurichi97:
20
#36 - くりち / 栗原佑弥 / @kurichi97

07/04/2023 at 05:15AM

21
#>66 - くりち / 栗原佑弥 / @kurichi97

07/04/2023 at 05:13AM

22
#>90 - くりち / 栗原佑弥 / @kurichi97

07/04/2023 at 05:12AM

23
#>99 - くりち / 栗原佑弥 / @kurichi97

07/04/2023 at 05:06AM

25
#>111 - くりち / 栗原佑弥 / @kurichi97

07/04/2023 at 05:04AM

27
#>122 - くりち / 栗原佑弥 / @kurichi97

07/04/2023 at 05:02AM

34
#>149 - くりち / 栗原佑弥 / @kurichi97

07/04/2023 at 04:59AM

37
#>151 - くりち / 栗原佑弥 / @kurichi97

07/04/2023 at 04:56AM

46
#>164 - くりち / 栗原佑弥 / @kurichi97

07/04/2023 at 04:50AM

99
#>205 - くりち / 栗原佑弥 / @kurichi97

07/04/2023 at 04:49AM