UI & UX is at the core of this project. You can use the default or the community themes, and adjust to your preferences through high level options.
# @file=kitc.md
# register theme
plugins:
theme: "@default"
# custom options
theme:
highlight: base16/green-screen
primary: "#0f0"
font: monospace
headings:
font: bungee-shade
Highlight codeblocks with 197 languages and 248 styles from highlightjs.org
Demo:
# hello world
you can write text [with links](http://example.com) inline or [link references][1].
* one _thing_ has *em*phasis
* two __things__ are **bold**
[1]: http://example.com
---
hello world
===========
<this_is inline="xml"></this_is>
> markdown is so cool
so are code segments
1. one thing (yeah!)
2. two thing `i can write code`, and `more` wipee!
Primary site color.
Choose any of the 20k fonts from cdnfonts.com
By default headings inherits the font
and color
option.