class Crystal::Doc::Markdown::DocRenderer
inherits Crystal::Doc::Markdown::HTMLRenderer
¶
Class methods¶
Methods¶
#begin_inline_code
¶
For inline code we search if there's a method with that name in
the current type (it's usual to refer to these as method
).
If there is a match, we output the link without the <code>...</code> tag (looks better). If there isn't a match, we want to preserve the code tag.