{}const=>[]async()letfn</>var
WebBasicsDevelopment

What is Markdown — a quick guide and syntax examples

Learn how Markdown works: syntax basics, examples, extensions, and where it is applied. Learn in Kodik and become a pro!

К

Kodik

Author

3 min read

🧠 If text were a programming language, Markdown would be its minimalist, understandable, and friendly version.

Markdown is like LEGO for text: you quickly assemble the structure of an article, document, or note from simple blocks. It's so simple that even a grandmother can write a README.md for a project after a couple of minutes of training 👵💻

/im

🔍 What will you learn from this article?

Section

What will be there?

What is Markdown

In simple words and with humor

Where it is used

Tips for the future 😉

Examples

You will immediately see how it looks in the code and in the output

Syntax

Everything is in its place: headings, lists, quotes, etc.

Extensions

Checkboxes, tables, tags and other goodies

Where to study further

Of course, in Kodik 😎


🔥 100,000+ students already with us

Tired of reading theory?
Time to code!

Kodik — an app where you learn to code through practice. AI mentor, interactive lessons, real projects.

🤖 AI 24/7
🎓 Certificates
💰 Free
🚀 Start learning
Joined today

What is Markdown and why is it so cool?

Markdown is a markup language, that is, a way to format text using special characters. But don't worry, there's nothing scary about it: no angular brackets like in HTML, no headaches with CSS. It's simple: do you want a title? Put #. List? Write -. Highlighting? Stars to help you 🌟

It was invented to write beautifully, but without pain. Imagine, you are writing an article, and you immediately understand how it will look. Without buttons Bold, Italic, subheadings are just symbols and text.

💡 Markdown is as easy to read as it looks.

Where is it used?

Platform

Why do you need Markdown?

GitHub

README, issues, pull-requests

Telegram/Discord

Text highlighting, message formatting

Notion, Obsidian

Taking notes and knowledge

CMS and blogs

Write an article — write in Markdown

Online courses

Manuals, instructions, code

📌 In general, if you write text for people and want it to look neat, Markdown is definitely for you.

A million-dollar example 💸

# My first Markdown document

Привет! Я **учусь Markdown** и это *очень весело*.

- Пишу списки
- Делаю ссылки
- Умею выделять текст

[Посмотри, как круто на Кодике](https://kodik.dev)

💥 And this is how it will look:


My first Markdown document

Hi! I I'm learning Markdown and this very fun.

  • I am writing lists

  • I make links

  • I know how to highlight text

Look how cool it is on Kodik


Markdown basics (or how to become a text wizard 🧙‍♂️)

Headings

We put from one to six # bars at the beginning of the line:

# Level 1 heading
# # Level 2 heading
# ## Level 3 heading

🔤 The more bars, the "smaller" the title. It's like "credits" in a movie, only for your text.

Lists

  • For a bulleted list — -, + or *

  • For numbered — just 1., 2., 3., etc.

- Яблоко
- Банан
- Груша

Quotes

They start with > — it's like when you're so smart and quote yourself:

> "Great texts begin with Markdown" — ты.

Text highlighting

Design

Syntax

Italic

*текст* or _текст_

Bold

**текст** or __текст__

Both styles

***текст***

Code

Inline code:

Функция `alert()` вызывает окно.

Code block:

const a = 2;
const b = 3;
console.log(a + b);

🧑‍💻 Markdown is like Ctrl + B, only cooler.

Links and pictures

[Ссылка](https://kodik.dev)
![Котик](cat.jpg "Cute cat")

Horizontal line (if you want a pretentious section)

---

Markdown 2.0 — extensions and features 🚀

Tables (without Excel!)

Name

Favorite fruit

Anya

Apple 🍎

Boris

Banana 🍌

Julia

Pear 🍐

Strikethrough

That's how you don't write anymore. Because now you write beautifully.

Tags and spoilers (if you're on Stack Overflow)

[tag:javascript]
>! Спойлер: Markdown — это просто.

Why Markdown is love ❤️

✅ As simple as dumplings during the student session
✅ Works everywhere
✅ No need to install anything
✅ You can read it even after 10 years
✅ Easy to learn and easy to read

Markdown is like a friend who will never let you down. Just open the text, and it's already in place.


Learn Markdown and web development in Kodik 🎓

At Codic, we love Markdown as much as we love a good pizza 🍕. We have everything you need to start learning web development and not burn out from boredom: courses, simulators, kind mentors and a fun community. Start with Markdown — and then it's not far to React 😉

🎯Stop procrastinating

Liked the article?
Time to practice!

In Kodik, you don't just read — you write code immediately. Theory + practice = real skills.

Instant practice
🧠AI explains code
🏆Certificate

No registration • No card