Go to file
2023-07-12 20:03:56 +02:00
pages Remove space before output 2023-07-12 20:03:56 +02:00
plugins Try filtering output lines 2023-07-12 20:01:56 +02:00
themes Darken warning background color 2023-07-11 17:37:08 +02:00
.gitignore Modify to ignore any .sass-cache 2022-11-19 20:14:16 +01:00
README.md Add readme for style guide 2023-07-11 17:50:25 +02:00

Style guide

Code blocks

PrismJS is used to provide highlighting when the right programming language name is given

Bash / SH

Shell highlighting uses additional keywords in markdown to set a desired prefix

Available options are [shroot] and [shuser]

Usage:

[shroot]

```
echo hello
```

[/shroot]

Variables / Fill your own

Values that should be replaced by the reader are generally represented this way:
[VALUE]