Comment on Does the average person know markdown?
chigityk@lemmy.chigityk.com 1 day ago
I’m gonna go with no. I don’t think enough platforms use it natively.
Comment on Does the average person know markdown?
chigityk@lemmy.chigityk.com 1 day ago
I’m gonna go with no. I don’t think enough platforms use it natively.
ulterno@programming.dev 17 hours ago
WhatsApp good enough?
Littux@lemmy.world 16 hours ago
Does WhatsApp actually use markdown? The implementation is awful then.
ulterno@programming.dev 12 hours ago
Probably doesn’t follow the spec very closely.
It doesn’t require you to put a double space in the end off a line to get to the next. This is similar to a lot of other implementations you see on web pages.
But it does at least follow through with single level ordered and unordered lists (bullets and numbering) and even automatically adds a bullet when you press Shift+Enter
Also, single line code and code blocks, work.
Then there is the usual italics and bold and even a quote block.
It also converts most of them while you type, instead of you having to wait until sending it, which is better than UIs that don’t even have a preview button. I like Preview buttons.