Faulty code looks great

This commit is contained in:
Daniel Kluge 2022-08-10 17:09:32 +02:00
parent 6e9b01aa28
commit a4de7e6d4e

View File

@ -1,5 +1,5 @@
:experimental:
:docdatetime: 2022-02-06T15:39:44.973Z
:docdatetime: 2022-08-10T17:09:32+02:00
= c0ntroller.de
@ -84,3 +84,13 @@ kbd:[Ctrl+C]
* `#{link text|url}` is parsed to a link
- Project logs are loaded dynamicly. They can be updated at any time.
- There are lots of eastereggs. Some are for specfic people, some for me and some for fun.
- I made some custom annotations for code blocks show faulty code (wrong syntax/will not compile/etc.).
[source.notCompiling, rust]
----
// This is how a faulty code block looks like
fn main() {
let x = 5;
x = 6;
}
----