Markdown Table Formatter (വായിക്കാൻ എളുപ്പമുള്ള aligned columns)

Paste ചെയ്യുക, format ചെയ്യുക, copy ചെയ്യുക. വായനാസൗകര്യത്തിനായി Markdown tables align ചെയ്യുക.

alignment markers (:--- / ---: / :---:) നിലനിർത്തുകയും കണ്ടെത്തിയ table blocks മാത്രം format ചെയ്യുകയും ചെയ്യും.

input browser-ൽ process ചെയ്യപ്പെടുന്നു; server-ലേക്ക് അയക്കില്ല.

എങ്ങനെ ഉപയോഗിക്കാം (3 ഘട്ടങ്ങൾ)

  1. input box-ലേക്ക് Markdown table paste ചെയ്യുക.
  2. Format click ചെയ്യുക (അല്ലെങ്കിൽ Cmd/Ctrl+Enter അമർത്തുക).
  3. output copy ചെയ്ത് ആവശ്യമുള്ളിടത്ത് paste ചെയ്യുക.

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 |
  • column widths align ചെയ്ത് readability മെച്ചപ്പെടുത്തുന്നു.
  • :-- പോലുള്ള alignment markers മാറ്റമില്ലാതെ നിലനിർത്തുന്നു.

FAQ: Markdown Table Alignment സംബന്ധിച്ച സാധാരണ ചോദ്യങ്ങൾ

border position ഇപ്പോഴും തെറ്റിയായിട്ട് തോന്നുന്നു

font, environment എന്നിവനുസരിച്ച് visual alignment മാറാം, പ്രത്യേകിച്ച് full-width characters ഉള്ളപ്പോൾ. width mode-നെ full-width as 2 ആയി മാറ്റി നോക്കുക.

left/right alignment-ന് എന്ത് സംഭവിക്കും?

alignment markers :--- / ---: / :---: formatting സമയത്ത് നിലനിർത്തപ്പെടും.

table അല്ലാത്ത lines-ഉം format ചെയ്യുമോ?

table-like blocks മാത്രം കണ്ടെത്തി format ചെയ്യും. മറ്റ് lines മാറ്റമില്ലാതെ തുടരും.

delimiter row (---) ഇല്ലാത്ത tables-ും format ചെയ്യുമോ?

പലപ്പോഴും കഴിയും, പക്ഷേ column counts സുരക്ഷിതമായി നിശ്ചയിക്കാനാകാത്തപ്പോൾ block skip ചെയ്യാം.

കുറിപ്പുകൾ

  • mixed full-width characters font, rendering environment എന്നിവനുസരിച്ച് വ്യത്യസ്തമായി തോന്നാം.
  • ആവശ്യമെങ്കിൽ visual alignment മെച്ചപ്പെടുത്താൻ width mode-നെ full-width as 2 ആയി മാറ്റുക.
  • code fences-ന്റെ ഉള്ളിലെ table-like text default ആയി ignore ചെയ്യും.

ബന്ധപ്പെട്ട ഉപകരണങ്ങൾ