Markdown for dummies

Markdown for dummies
Many times, as beginners, when we start programming and begin creating project repositories or explore some repositories especially those hosted on platforms like GitHub, we often come across a file c...
0 Read More

Quickly create slides using Markdown

Quickly create slides using Markdown
Sometimes, you just want to create simple slides for a brief presentation without the hassle of opening Google Slides or Microsoft PowerPoint.Here’s how you can do it: Go to markdown-to-pdf.com. Ope...
0 Read More

How to Convert HTML to Markdown

HTML is the standard markup language for web pages, but Markdown provides a more readable and writeable format for content creation. Converting HTML to Markdown can be useful for content extraction, d...
0 Read More

Why Do Some Hashtags Not Work?

While writing blog posts, you might’ve noticed something odd: Some hashtags like #Python turn into clickable links, but others like #파이썬 (Korean for Python) stay plain text.So… what’s goin...
0 Read More