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

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

198 active golfers, 960 entries

Solutions by @dernatsch:
30
#129 - Der Natsch / @dernatsch

12/07/2021 at 02:14PM

31
#>134 - Der Natsch / @dernatsch

12/07/2021 at 02:11PM

33
#>142 - Der Natsch / @dernatsch

12/07/2021 at 02:07PM

36
#>144 - Der Natsch / @dernatsch

12/07/2021 at 02:07PM

50
#>162 - Der Natsch / @dernatsch

12/07/2021 at 02:02PM

72
#>183 - Der Natsch / @dernatsch

12/07/2021 at 01:53PM