Files
Jeremy Walker d08fcf62b9 Add first pass
2023-09-20 15:04:24 +02:00

348 B

Admonition Block Formatter

This is the code that formats admonition blocks for Exercism. It ensures that blocks always use four tildes.

For example: it converts

```exercism/note
something
```

to

~~~~exercism/note
something
~~~~

Tests

The code requires Ruby, but no other dependencies.

Run the tests by running rake.