exercism / typescript

Exercism exercises in TypeScript.
https://exercism.org/tracks/typescript
MIT License
148 stars 160 forks source link

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

Closed ErikSchierboom closed 1 year ago

ErikSchierboom commented 1 year 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!