Blog test
Hello world!
heading
italic bold code
Link
sub heading
Look at this code here.
#[derive(Default)] struct Impossible<T> { something: HashMap<usize, T>, // ^- look here, a keyword! --the grammar regex itself: Impossible, } pub async fn useless(s: Box<dyn Write>) -> impl Future<usize> { todo!() // this panics } fn main() { 1 + "blub" for (x, y) in [(1,2),(3,4)] { println!("{x} and {y}"); Impossible::default(); } }
As you can see, its pointless i.e. no points
- list
- list
- list
- first this
- then that
3. done
changes to this article (as recorded with git; visible on codeberg)
2022-08-30 3595cf3 first grammar issues 2022-08-30 5598051 extend grammar 2022-08-30 802efbc basic syntax highlighting 2022-08-29 da2a95b more stuff 2022-08-29 bde6205 test