nitc :: MDoc :: _comment
# All comment lines except for the synopsis var comment: String is lazy do var lines = content.to_a if not lines.is_empty then lines.shift return lines.join("\n") end