Previously, it was possible to insert a code block in bitbucket web UI by pressing triple backticks (```). This was very useful, however, this feature seems to be currently broken. I can insert as many backticks as I want, I won't get a code block. Suffice to say, in code reviews this is enormously annoying when I want to provide an example.
My current workaround is to type triple backticks, followed by a character, followed by another triple backtick, like so:
```d```
This actually inserts a code block, but I have to delete the stuff before afterwards again.
Please fix this.
EDIT: It seems to be broken only for in-line comments. For comments on the PR itself, the triple backtick does open a code block.
Hi Martin,
Are you still experiencing issues with this? I tried to reproduce the issue just now and the triple backticks insert a code block both in PR comments and also in comments created on PR files.
If you're still experiencing issues, can you please clarify where exactly you are adding the comment and also what browser you are using?
Kind regards,
Theodora
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.