Thứ Tư, Tháng Hai 12, 2025
spot_img
HomeTechnologyMarkdown cheat sheets for beginners and experts

Markdown cheat sheets for beginners and experts

Markdown is an easy-to-learn markup language used to format plain text documents. Even if you have no previous experience with the language, Markdown is so simple that you can learn it in less than 10 minutes.

For example, if you want to make a word appear in italics, simply surround it with asterisks (e.g., *test* becomes test. test). This also works for entire sentences or even paragraphs. If you want to create a bulleted list, simply start each line with a hyphen. Simple, right?

There are many Markdown editing applications, and you can even use Markdown in Microsoft Word. Check out the Markdown cheat sheet below for a quick overview of what you can do with this app.

Cheat sheet Markdown

Format type

Markdown syntax

Basic elements

Heading H1 to H6

# Heading Text ## Heading Text ### Heading Text #### Heading Text ##### Heading Text ###### Heading Text

Italics

*This text is italicized*

Bold

**This text is bold**

Quote

> Các đoạn trích dẫn phải có > một dấu ngoặc nhọn mũi tên phải ở đầu > cho từng dòng. > > Sử dụng một dòng trống cho nhiều đoạn văn.

The list is unordered

- Mục danh sách dấu đầu dòng - Mục danh sách dấu đầu dòng - Mục danh sách dấu đầu dòng - Sử dụng thụt lề hai khoảng trắng cho các danh sách lồng nhau

The list is ordered

1. Mục danh sách dấu đầu dòng 2. Mục danh sách dấu đầu dòng 3. Mục danh sách dấu đầu dòng 1. Danh sách có thứ tự cũng có thể lồng vào nhau

Mixed list

1. Bạn có thể kết hợp các loại danh sách không? - Có thể!

Horizontal line

--- *** ___ Note: Can be three hyphens, asterisks or underscores.

Hyperlink

Đây là [ví dụ liên kết]( https :// www . makeuseof . com )

Image

![Alt Text]( http :// example . com / image / path . png )

Skip Markdown

Thêm tiền tố \*dấu gạch chéo ngược\* vào các ký tự Markdown để bỏ qua định dạng.

Expansion elements

Code (inline)

`Đây là code nội tuyến`

Code (Block)

``` Đây là một block code Nó hỗ trợ nhiều dòng ```

Strikethrough

~~Văn bản này đã bị gạch bỏ~~

Hard line break

Đây là một số văn bản\ Văn bản này là một dòng mới, không phải là một đoạn văn mới

Board

| Header thứ 1 | Header thứ 2 | | ------------ | ------------- | | Ô nội dung 1 | Ô nội dung 2 | | Cột nội dung 1 | Cột nội dung 2 |

Note: There must be a blank line in front.

List of tasks

- [x] Mục nhiệm vụ đã hoàn thành - [ ] Mục nhiệm vụ chưa hoàn thành - [ ] \(Tùy chọn) Đánh dấu dấu ngoặc đơn để bỏ qua

Mention

Bạn có thể đề cập đến @users và @teams trên GitHub. Chủ yếu hữu ích khi gửi hoặc bình luận về lỗi và sự cố.

Emoji

:emojicode: Note: Emoji codes can be found in the emoji cheat sheet .

Xem thêm  Instructions for installing Windows 11, installing Windows 11 using ISO file

Note: Almost all versions of Markdown support basic elements, but extended elements are only supported by more advanced forms of Markdown, including CommonMark and GitHub Flavored Markdown.

What is Markdown Flavor Version?

The original Markdown specification came out in 2004. However, despite its innovation, many users felt that the original Markdown's feature set was too limited for anything beyond a simple document format .

As more websites adopted Markdown as the preferred text input method (e.g., blog posts, comments, forum posts, etc.), they began to add and support Markdown markup elements. own. Notable sites include Reddit, GitHub, Stack Exchange, etc.

Eventually, users started pushing for a standardized set of formatting elements, leading to the creation of even more versions of Markdown such as CommonMark, MultiMarkdown, Markdown Extra, GitHub Flavored Markdown, etc.

In short, once you've learned the basic elements outlined in the original Markdown specification, you'll be able to easily pick up any other version of Markdown. The variations are very subtle and usually only useful in very specific use cases.

If you're still looking for a markdown editor, try Typora or a productivity tool like Notion.

RELATED ARTICLES

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisment -
Google search engine

Most Popular

Recent Comments