createMarkdownSection

private fun createMarkdownSection(title: String, contents: String): String(source)

Creates a Markdown "section" containing the title in bold followed by the contents on the next line, finalized by two newlines.