Fix incorrect visualization of comment in code block

This commit is contained in:
Alberto Pasqualetto 2021-05-14 14:57:38 +02:00
commit 204a85eae8

View file

@ -460,7 +460,7 @@ scrcpy --display 1
The list of display ids can be retrieved by: The list of display ids can be retrieved by:
``` ```bash
adb shell dumpsys display # search "mDisplayId=" in the output adb shell dumpsys display # search "mDisplayId=" in the output
``` ```