exercism / vimscript

Exercism exercises in Vim script.
https://exercism.org/tracks/vimscript
MIT License
20 stars 24 forks source link

Convert backtick (`) admonition fences to tildes (~) #170

Closed ErikSchierboom closed 11 months ago

ErikSchierboom commented 11 months ago

In line with Exercism's spec, we're ensuring that all admonition fences are demarcated with four tildes (~~~~) across all repositories. We will be following up with an org-wide script that can be used to keep this consistent. Problem Specifications has already been updated.

We'll automatically merge this a week from now, but feel free to merge beforehand!