Since this theme is based on Bootstrap it makes sense to enable the bootstrap Markdig extension to have things like tables or blockquotes styled using Bootstrap styles.
AddSetting(Statiq.Markdown.MarkdownKeys.MarkdownExtensions, "bootstrap")
This could be mentioned in the README.