Properly escape code block delimiters in code block

This commit is contained in:
Rummskartoffel 2021-01-03 22:58:18 +01:00
parent 127393beb3
commit 92f81846d4

View file

@ -35,13 +35,13 @@ In order to activate logging for a component, you can use the following command:
This will open a two consoles where Tridactyl's messages are logged. Click on the little bin icons in the consoles in order to remove previous messages and try to re-trigger the bug. Copy the logs as you would any other text, and then paste them in your GitHub issue in a block surrounded by three backticks like so:
````
```
\`\`\`
logs
go
here
\`\`\`
```
````
Unfortunately, Firefox truncates some objects, so if there are any that look particularly important, please copy them manually by right clicking on them and clicking "Copy object".