Faulty code looks great
This commit is contained in:
parent
6e9b01aa28
commit
a4de7e6d4e
@ -1,5 +1,5 @@
|
|||||||
:experimental:
|
:experimental:
|
||||||
:docdatetime: 2022-02-06T15:39:44.973Z
|
:docdatetime: 2022-08-10T17:09:32+02:00
|
||||||
|
|
||||||
= c0ntroller.de
|
= c0ntroller.de
|
||||||
|
|
||||||
@ -84,3 +84,13 @@ kbd:[Ctrl+C]
|
|||||||
* `#{link text|url}` is parsed to a link
|
* `#{link text|url}` is parsed to a link
|
||||||
- Project logs are loaded dynamicly. They can be updated at any time.
|
- 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.
|
- 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;
|
||||||
|
}
|
||||||
|
----
|
||||||
|
Loading…
Reference in New Issue
Block a user