Skip to main content

comments

Function comments 

Source
pub fn comments(key: &str, comments: &[Comment], ctx: &Context) -> String
Expand description

Render comments, each fenced with its own source.

The fence names the comment and its author, so a reader can tell which part of the output someone else wrote — the whole point of the marking (ADR 1).