- pulldown_cmark (markdown to html)
- syntect (syntax highlighting)
- warp (local server)
- inotify (automatic reload)
fn main() {
// Read input from stdin
let mut input = String::new();
io::stdin().read_to_string(&mut input).unwrap();
// Load syntax and theme
let syntax_set = SyntaxSet::load_defaults_newlines();
let theme_set = ThemeSet::load_defaults();
let theme = &theme_set.themes["base16-ocean.dark"];
}
- First
- Second
- Third
- First
- Second
- Third
Col1 | Col2 | Col3 |
---|---|---|
Row11 | Row12 | Row13 |
Row21 | Row22 | Row23 |
Be the change that you wish to see in the world.