method Markdown.prototype.paragraphimport { Markdown } from "https://deno.land/x/ranking@0.3.5/deps.ts"; paragraph(text: string): thisAdds a paragraph of text to the content Parameterstext: stringcontent you wish to be written out Returnsthis