dazzledbeans @lemmy.world to Programmer Humor@programming.dev · 3 年前Markdown everywherelemmy.worldimagemessage-square102fedilinkarrow-up11.01K
arrow-up11.01KimageMarkdown everywherelemmy.worlddazzledbeans @lemmy.world to Programmer Humor@programming.dev · 3 年前message-square102fedilink
minus-squareSlotos@feddit.nllinkfedilinkarrow-up2·3 年前This is pretty much all that’s needed. The language in the block is identified via a name that follows the opening triple backtick. E.g.: ```python some carefully indented code ```
This is pretty much all that’s needed. The language in the block is identified via a name that follows the opening triple backtick. E.g.:
```python some carefully indented code ```