cac363f69102f6f557697a3a7ee8ddbd2fef37d2
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.
Description
Languages
Ruby
100%