Markdown Table Formatter

Paste, format និង copy។ តម្រឹម Markdown tables ដើម្បីអានងាយ។

រក្សា alignment markers ហើយ format តែ blocks ដែលបានស្គាល់ថាជាតារាង។

Input is processed in your browser and is not sent to any server.

របៀបប្រើ

  1. Paste Markdown table ទៅក្នុង input box។
  2. ចុច Format។
  3. ចម្លង output ហើយបិទភ្ជាប់ទៅកន្លែងដែលត្រូវការ។

Markdown Table Formatting Example (md table format)

Before

Input

| Name|Score| Note|
|:--|--:|:--:|
|Alice|9|ok|
|Bob|10|great|

After

Output

| Name  | Score | Note  |
| :---- | ----: | :---: |
| Alice |     9 |  ok   |
| Bob   |    10 | great |
  • Aligns column widths to improve readability.
  • Keeps alignment markers such as :-- unchanged.

សំណួរញឹកញាប់

តើ alignment ខាងឆ្វេង/ស្ដាំ ត្រូវបានរក្សាទុកទេ?

បាទ/ចាស។ alignment markers :--- / ---: / :---: ត្រូវបានរក្សាទុក។

តើ non-table lines ក៏ត្រូវបាន format ទេ?

មិនទេ។ មានតែ table-like blocks ប៉ុណ្ណោះដែលត្រូវបាន format។

Will non-table lines also be formatted?

Only table-like blocks are detected and formatted. Other lines remain unchanged.

Can it format tables without delimiter rows (---)?

Often yes, but a block can be skipped when column counts cannot be determined safely.

ចំណាំ

  • full-width characters អាចមើលខុសគ្នាតាម font និងបរិស្ថានបង្ហាញ។
  • If needed, switch width mode to full-width as 2 for better visual alignment.
  • Table-like text inside code fences is ignored by default.

Related Tools