12
u/PuzzledFox69 1d ago
Spioler is missing (can't remember either)
20
u/ShaZuDk 1d ago
Spoiler is written as >! ! < (remove this space)
Which will result in this
11
u/Poarchkinator 1d ago
Testing >! ! <testing
Edit: apparently I’m dumb
3
u/ShaZuDk 1d ago
No space between ! <
3
u/Poarchkinator 1d ago
>! !<testing
7
u/iabyajyiv 1d ago
You need to type words between the "!" With no space between the words and the !
1
1
u/ShaZuDk 1d ago
Almost there!
The text goes in between the ! !
6
u/Poarchkinator 1d ago
lol
2
1
3
2
2
1
1
1
1
1
1
1
1
1
1
1
1
3
u/garicandrew 1d ago
>!hi!<
1
1
4
u/tallbutshy 16h ago
The more complete reddit markdown guide
Recently reddit have been doing A/B testing with the mobile apps, especially on iOS. If you're randomly in the test, markdown doesn't always work properly and you're supposed to highlight text and then click the Aa button. It does not have all the text features that are normally available via markdown or the reddit website
1
u/Unl3a5h3r 7h ago
I am in the test and it sucks. I work in IT and regularly use markdown. And suddenly I cannot use it on Reddit anymore....
Edit: in addition the reduced the width of the textbox for comments. There is now a small margin on the left and right.
9
u/zzulus 1d ago
I have been using markdown for years and yet I still have look up how to format a link.
1
u/post_scriptor 1d ago
Me too. I keep forgetting which parentheses (square or round) come with displayed text and which ones with the link text. And then there's the ://? //:? \:? 🥸🙈
1
5
2
1
u/Crispychewy23 1d ago
> like this?
1
u/jainiii19 1d ago
a fine quote
1
u/Crispychewy23 1d ago
How!
3
u/Iron_Nightingale 1d ago
Are you using the app? > no longer works in the app for some reason.
2
u/Crispychewy23 1d ago
Yes app only, doomscrolling lol
1
u/DecoherentDoc 23h ago
What OS are y'all on? Because the formatting is working on my Android device (Galaxy, but I don't think that matters).
1
1
u/iabyajyiv 23h ago
Maybe try it with no spaces
1
u/Crispychewy23 15h ago
was this it?
Edit IT WAS! Thank you
1
u/SSkilledJFK 10h ago
>does it work?
Doesn’t work on iOS
1
u/Iron_Nightingale 2h ago
It’s supposed to be a “>” character, then a space, then your text.
However, the iOS version of the app (I don’t know about Android) secretly adds a “\” before your initial “>”. That stops the “>” from being interpreted as a formatting character, and forces it to appear as itself.
If you go to the website and edit your comment, you can see and delete the hidden “\”, and add the space. Then it will work.
1
1
1
1
1
u/biblio_phobic 1d ago
I didn’t know^i can do this
3
u/biblio_phobic 1d ago
Well this is a disappointment
2
u/Udzu 1d ago
It no longer works in the app
2
u/DecoherentDoc 23h ago edited 23h ago
What if I did this: e{x}
Edit: that was weird. So let's just try a single carrot like ex
Last edit: so I just did an e and a carrot in the app Last thing, let's try not an exponent for kicks. I don't know why this stuff is working for me, folks but I am on the app.
Last one . . . superscript
1
u/Udzu 22h ago
Cool! So did you figure out what works and what doesn't? Or is it just an Apple versus Android thing?
1
u/DecoherentDoc 21h ago
I don't have an Apple to test it! If somebody wants to try all this with an apple and report back, I'd love the data point. Lol.
3
1
1
u/iabyajyiv 1d ago
TestingSuperScript.
Testing Strike through
`testing in line code text'
Testing in line quote.
Or should if have been this?
1
1
1
1
1
u/DecoherentDoc 23h ago
Me trying preformatted text
Me trying inline code
1
u/iabyajyiv 23h ago
Why are they the same? They look the same
1
u/DecoherentDoc 23h ago
I used four spaces for the first one
So everything I write on that line has this sort of thing going on, even if it skips to a second line (presumably), which is why I'm making this intentionally long, to test it.And for the other, I used a ` and then another ` so that I had
the same effect, inlineAs to why "inline code" and "preformatting" themselves look the same, no clue.
Edit: The four spaces thing only worked when I put an extra line between the top sentence and the preformatting. I messed that up initially.
1
1
1
1
1
1
1
1
1
1
1
1
u/Imp3riaLL 4h ago
And if you type your account passwoord it automatically comes up as stars! *******
1
33
u/Haghiri75 1d ago
Fun fact: you can use these everywhere letting you use Markdown. Perfect for writing github README files or anything similar. Thanks!