|
Didn't early iterations of the Troubleshooting Information in the Support pane use markdown (lines were prepended with 4 spaces)? I know the report buttons use triple backtics to codeblock instead, but I think "space" code-blocking should still be available for people manually copying their config. Isn't that what the [Select all] button is for? |
Answered by
gorhill
Dec 16, 2021
Replies: 1 comment 1 reply
|
I removed the 4-space prefix because most of the time hat information is uploaded through a URL parameter, and in such case not having to encode 4 extra spaces per line saves on URL length. For the occasional case of copy-paste, there is nothing in there which requires escaping, so all should still render fine even if not rendered as code. |
1 reply
Answer selected by
u-RraaLL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I removed the 4-space prefix because most of the time hat information is uploaded through a URL parameter, and in such case not having to encode 4 extra spaces per line saves on URL length. For the occasional case of copy-paste, there is nothing in there which requires escaping, so all should still render fine even if not rendered as code.