Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
linked-list: use tildes for admonition, not backticks (#2255)
A recent commit [1] added an admonition that used backticks, but every other admonition uses tildes. From the Exercism Markdown specification [2]: We support special types of blocks that can be added to documents to pull out commentary that doesn't fit with the main body of the text. [...] All blocks are written using 4 tildes, in the form of: ~~~~exercism/note Content goes here You can include code: ```ruby str = "Hello, World" ``` ~~~~ (Note: You may also use backticks or other levels of tildes in exceptional circumstances) [1] d48e19a ("Rework linked-list documentation", 2023-04-09) [2] https://github.com/exercism/docs/blob/8c604214c423/building/markdown/markdown.md#special-blocks-sometimes-called-admonitions
- Loading branch information