I didn't know that the three backticks code fence feature was implemented until I asked this question.
This is a great new feature! I think the code block button in the editor (the {}
button) should add three backticks as well, instead of the old four leading spaces syntax.
What I mean is this:
I have the text:
some codesome code line two
When I select that in the editor and press the code block button (or Ctrl/Cmd+K), this would happen:
```some codesome code line two```
instead of this:
some code some code line two