Markdown Tafla Formatter (Readable Aligned Columns)

Paste, format, and copy. Align Markdown taflas for readability.

Keeps alignment markers (:--- / ---: / :---:) and formats only detected tafla blocks.

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

How to use (3 steps)

  1. Paste your Markdown tafla into the inntak box.
  2. Click Format (or press Cmd/Ctrl+Enter).
  3. Copy the úttak and paste it where you need.

Markdown Tafla Formatting Example (md tafla format)

Before

Inntak

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

After

Úttak

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

FAQ: Common Questions About Markdown Tafla Alignment

The border position still looks off

Visual alignment can differ by font and environment, especially with full-width characters. Try switching width mode to full-width as 2.

What happens to left/right alignment?

Alignment markers :--- / ---: / :---: are preserved during formatting.

Will non-tafla lines also be formatted?

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

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

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

Athugasemdir

  • Mixed full-width characters may look different depending on font and rendering environment.
  • If needed, switch width mode to full-width as 2 for better visual alignment.
  • Tafla-like text inside code fences is ignored by default.