877 B
Executable File
877 B
Executable File
Heading
Regular bold italic underline strike-through verbatim code text.
Highlight https://invent.kde.org/frameworks/syntax-highlighting kde.org links.
TODO
[B]
Heading [1/3]
- First item
-
Second item
- Sub-item
- Sub-item 2
- Number list
- Number list with checkbox
Inside a block
{
let a = 1;
let mut b = &a;
{
let c = 2;
b = &c;
}
// Attempting to use `b` here will error.
}
echo "This is shell script syntax highlighting!"
# comment
# this should not change the syntax highlighting to C language: c
exec ls -la
import bla
def main():
print("hello world!")
main()