Markdown Formatter

Normalize full-width→half-width, fix spacing. HackMD-compatible.

Về công cụ này

This tool formats Markdown in one click. Three features: 1) Normalize full-width # to half-width, ##text to ## text, 2) Fix header and list spacing, 3) Preserves code blocks. HackMD-compatible. No data sent to server.

Giao diện công cụ

Nhập
Định dạng

Quy tắc định dạng

  • Toàn diện→nửa: #→#, -→-, 0-9→0-9, v.v.
  • Tiêu đề: ##text## text
  • Danh sách: -item- item

Dịch vụ hỗ trợ

Tương thích với cú pháp Markdown của các dịch vụ sau.

Zenn

Cú pháp hỗ trợ:

  • Tiêu đề, danh sách, bảng, mã
Qiita

Cú pháp hỗ trợ:

  • GFM + mở rộng
note

Cú pháp hỗ trợ:

  • Tiêu đề, danh sách, mã
VSCode / GFM

Cú pháp hỗ trợ:

  • Tiêu đề, danh sách, liên kết

Zenn, Qiita, note, HackMD, GitHub, GFM và nhiều hơn nữa.

Cách sử dụng

  1. Paste Markdown in the input field
  2. Click Format for full-width→half-width and spacing fix
  3. Code blocks preserved. HackMD-compatible output

Khi nào nên dùng

Fix messy Markdown from copy-paste, format before using in HackMD.

Ví dụ

#heading→# heading, ##text→## text, -item→- item

Câu hỏi thường gặp

What is Markdown?

Lightweight markup for headers, lists, links. Supported by GitHub, Notion, HackMD.

How to write Markdown headers?

# for h1, ## for h2, ### for h3. Space after # required. Full-width # is not recognized.

Full-width vs half-width?

Full-width = Japanese input width (#, space). Half-width = alphanumeric (#, space). Markdown needs half-width.

How to write code blocks in Markdown?

Wrap with ``` or 4 spaces at line start. Add language after ``` for highlighting. This tool preserves code blocks.

Công cụ liên quan