Comment on Why 🤷♂️ do users 👨💻 dislike 👎 the use ✅ of emojis 😀 on Lemmy 🐭?
LifeInMultipleChoice@lemmy.world 2 months agoMarkdown, 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
LifeInMultipleChoice@lemmy.world 2 months ago
Oh cool thanks. I saw Div tags listed in there, does it natively support such or does that still fall into the css or JavaScript type of chunk.