Blog Test
← Back -Testing out the blog system
i wanted to make a new blog lol
so, uh Ahere we are!
pub fn code_highlighting() {
// lines can be highlighted
println!("works!");
// links are converted: https://example.com
}
Diff’s work too:
pub fn code_highlighting() {
// lines can be highlighted
- println!("works!");
+ let foo = 1;
// links are converted: https://example.com
}