© 2023 Hashnode
#markdown
Have you ever read an article on the web and just thought to yourself how well put together the piece seemed? From the well-spaced-out paragraphs to ordered lists, to inline links that made reading se…
I'll go over the various components of markdown and restructured text in this article, as well as some practical applications. What Is Markdown and How Does It Work? Markdown is one of the world's most popular markup languages. It is a ligh…
Updating the default boring-looking github profile to an amazing one, showcasing one’s expertise in different programming languages, frameworks, and tools can be a great way to impress recruiters, dev…
"Not another day..." That was my first thought waking up. Every day in 2021 and the first quarter of 2022, I felt burned out. I could have blamed many things: the pandemic, a failed startup, or too mu…
Version Control System (VCS): So What is a vcs? Before jumping into the GitHub markdown files let's understand the term vcs i.e version control system. Version control systems are used to track the co…
Learning Markdown is relatively easy and straightforward, as it is a simple language that uses a set of special characters and symbols to indicate formatting. Here are a few steps that can help you ge…
Introduction Markdown is a lightweight markup language that is used for creating and formatting text using a plain-text editor. Markdown is the fastest and easiest way to format plain text using speci…
Wait, so what is Markdown anyway? It looks like plain text and kinda feels like HTML, but it’s neither of those things? Don’t worry, I was a bit confused the first time I had to use Markdown. But after a short time, I got used to it and re…
Introduction Are you tired of messy and inconsistent documentation? Look no further than Markdown! In this blog post, we'll explore the ins and outs of this popular markup language and show you how to…
What is the use of Markdown? Lightweight markup language with a plain text formatting syntax. Markdown is simply a file extension used to document your code using markdown language and is the defaul…