Plain Old Markdown
GitHub-Flavored Markdown with Kramdown
BlogKit supports the standard GitHub-flavored Markdown provided by GitHub Pages. Specifically, GitHub Pages uses the kramdown processor to convert Markdown into HTML within the GitHub Pages server.
Markdown Examples
Here are some simple examples of Markdown.
Styles
It’s very easy to make some words bold and other words italic with Markdown. You can even link to Google!
This text will be italic This will also be italic
This text will be bold This will also be bold
You can combine them
Tables
First Header | Second Header |
---|---|
Content from cell 1 | Content from cell 2 |
Content in the first column | Content in the second column |
The source for this page is at /posts/PlainOldMarkdown.md
.