mirror of
https://github.com/sharkdp/bat.git
synced 2024-11-01 04:21:01 +01:00
780 B
Vendored
780 B
Vendored
H1
H2
H3
H4
H5
H6
bold italic strike link
bold italic
- Unordered
- List
- With Indents
- Ordered
- List
- With Indents
quotes and more
fn inline_code() -> String { "inline code".to_string() }
fn syntax_highlighted<T: AsRef<&str>>(thing: T) {
println!("The best code has syntax highlighting: {}", thing);
}
- Task
- [] Unfinished Task
- [] Another unfinished task
First Header | Second Header |
---|---|
Content from cell 1 | Content from cell 2 |
Content in the first column | Content in the second column |