Skip to content

Commit 4467a88

Browse files
colinleachColin Leach
andauthored
Add lines on links inside admonition blacks (#585)
Co-authored-by: Colin Leach <colin.ex@pm.me>
1 parent c507913 commit 4467a88

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

building/markdown/markdown.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,10 @@ You can include code:
115115
```ruby
116116
str = "Hello, World"
117117
```
118+
119+
A [reference link][forum-link] must have the link definition inside the block.
120+
121+
[forum-link]: https://forum.exercism.org/t/link-references-in-special-blocks-admonitions-are-not-rendered/3803
118122
~~~~
119123
````
120124

0 commit comments

Comments
 (0)