dazzledbeans @lemmy.world to Programmer Humor · 1 year agoMarkdown everywherelemmy.worldimagemessage-square103fedilinkarrow-up11.01Karrow-down123cross-posted to: programmer_humor
arrow-up1990arrow-down1imageMarkdown everywherelemmy.worlddazzledbeans @lemmy.world to Programmer Humor · 1 year agomessage-square103fedilinkcross-posted to: programmer_humor
minus-squareSlotos@feddit.nllinkfedilinkarrow-up2·1 year agoThis 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 ```