pub-server theme for previewing markdown with a style similar to
GitHub flavored markdown.
This theme was a precursor to pub-theme-doc and is no longer being maintained.
npm install --save pub-theme-gfm
pub -t pub-theme-gfm
Include "pub-theme-gfm" in pub-config.js
pkgs.
{
"pkgs": ["pub-theme-gfm"]
}
- github-like markdown css thanks to https://github.com/sindresorhus/github-markdown-css