mirror of
https://github.com/vale981/tridactyl
synced 2025-03-04 17:11:40 -05:00
Properly escape code block delimiters in code block
This commit is contained in:
parent
127393beb3
commit
92f81846d4
1 changed files with 2 additions and 2 deletions
|
@ -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".
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue