Comment on Why 🤷♂️ do users 👨💻 dislike 👎 the use ✅ of emojis 😀 on Lemmy 🐭?
xmunk@sh.itjust.works 2 months agoIt does unless you proceed it with a backslash like \*.
Comment on Why 🤷♂️ do users 👨💻 dislike 👎 the use ✅ of emojis 😀 on Lemmy 🐭?
xmunk@sh.itjust.works 2 months agoIt does unless you proceed it with a backslash like \*.
LifeInMultipleChoice@lemmy.world 2 months ago
Yeah I assumed it was just html underneath it all. Test: <i>italics</I> <Strong>bold</strong>
xmunk@sh.itjust.works 2 months ago
It is eventually encoded into the DOM possibly via HTML or possibly through direct node creation but it’s more accurate to say it’s markdown.
LifeInMultipleChoice@lemmy.world 2 months ago
Markdown, never heard the term, the m in html is markup I thought, it’s been years since I did any web design. 2006 I think is when I studied it, so I used notepad, and Dreamweaver was still owned by macro media haha
xmunk@sh.itjust.works 2 months ago
Markdown and HTML are indeed both markup languages, markdown is one that was designed to align with a lot of internet text habits that emerged organically like using *s to create lists and ascii tables.
A reference is available here daringfireball.net/projects/markdown/syntax.text