this post was submitted on 22 Oct 2023
368 points (96.7% liked)
Memes
45673 readers
1024 users here now
Rules:
- Be civil and nice.
- Try not to excessively repost, as a rule of thumb, wait at least 2 months to do it if you have to.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Back when making a webpage was <TR>, <TD> and <TABLE>
Edit: HAAA, I can't put html tags in text! Even with escape characters! Edit2: I DID IT! I had to use the HTML-entity-codes!
You could've also used the
that is built into Markdown for, well, formatting code
Just put your text between these:
```
```
Look at your 'source' for this comment, did you notice that Lemmy seems to be adding closing tags to the end of it automatically? That makes me think there's some formatting that could be broken out of, doesn't seem to be handled all that well.