1438
Don't ask me which ones tho, cuz I'm an old
(lemmy.world)
A place to share screenshots of Microblog posts, whether from Mastodon, tumblr, ~~Twitter~~ X, KBin, Threads or elsewhere.
Created as an evolution of White People Twitter and other tweet-capture subreddits.
Rules:
Related communities:
Side side note: Not just bold but italicized as well. Cool.
I don't know, but it works on Liftoff - if what you wanted was monospaced text (like in programming).
Simple explanation: lemmy uses markdown under the hood. In markdown, one star *surrounded* things are italics; two start **surrounded** things are bold. Three stars basically '* **combine** *' both to make: italic bold.
Headings
Begin a line with hashtag to make it a heading. One hashtag for h1, two for h2 etc.
h1
h2
h3
h4
h5
h6
Bracketing with ~~ ~~does this~~
italic * | bold ** | bold italic ***
To make
monospace
font, use ` as brackets.To quote, begin the line with >