TIL you can have syntax highlighting with code blocks in JIRA.
Here’s an example inspired from the docs:
{code:java}
// Some comments here
public String getFoo()
{
return foo;
}
{code}
TIL you can switch back to the previous branch by running git switch -
.
TIL there’s dark mode on Webex.
You can only turn this on during a meeting.