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

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

204 active golfers, 981 entries

Solutions by @km_hr:
21
#70 - かみひろ / @km_hr

03/18/2024 at 07:49AM

24
#>101 - かみひろ / @km_hr

03/18/2024 at 07:45AM

25
#>110 - かみひろ / @km_hr

03/18/2024 at 07:35AM

26
#>113 - かみひろ / @km_hr

03/18/2024 at 07:32AM

28
#>122 - かみひろ / @km_hr

03/18/2024 at 07:30AM

29
#>127 - かみひろ / @km_hr

03/18/2024 at 07:26AM

30
#>133 - かみひろ / @km_hr

03/18/2024 at 07:07AM

31
#>139 - かみひろ / @km_hr

03/18/2024 at 07:03AM

33
#>145 - かみひろ / @km_hr

03/18/2024 at 06:57AM

34
#>146 - かみひろ / @km_hr

03/18/2024 at 06:47AM

53
#>167 - かみひろ / @km_hr

03/18/2024 at 06:39AM

57
#>177 - かみひろ / @km_hr

03/18/2024 at 06:35AM

58
#>177 - かみひろ / @km_hr

03/18/2024 at 06:28AM

60
#>179 - かみひろ / @km_hr

03/18/2024 at 06:20AM