Erik Schierboom cac363f691 Simplify
2023-09-20 15:43:12 +02:00
2023-09-20 13:12:00 +00:00
2023-09-20 15:43:12 +02:00
2023-09-20 15:04:24 +02:00
2023-09-20 15:04:24 +02:00
2023-09-20 15:04:24 +02:00

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
No description provided
Readme 35 KiB
Languages
Ruby 100%