Closed 3ynm closed 2 months ago
YARD passes all markup to the markdown (or markup) processing library on your system. This is likely a configuration issue. Note that YARD does not use markdown processing by default in .rb documentation, this must be set with -m markdown
.
If this still doesn't work you may want to look at your markdown library.
I observe the same behavior with RDoc
Marking this as closed since it is a third-party / configuration issue.
Steps to reproduce
test.rb
file.Actual Output
Expected Output
Environment details:
ruby -v
): ruby 3.0.0p0 (2020-12-25 revision 95aff21468) [x86_64-linux]yard -v
): yard 0.9.27