wiki-grav/README.md

29 lines
449 B
Markdown
Raw Normal View History

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]`