Reference Template GFM Verified5 Columns · 5 Sample Rows

Digital Storage Units & Typography Scales Markdown Table Template

Reference conversion chart for digital data storage units (binary IEC vs decimal SI) and responsive typography pixels-to-rem scales.

Primary Use Case: CSS styleguides, file upload limit documentation, data infrastructure manuals.

Interactive Template Customizer

Edit cells, add rows, or sort — changes update the markdown live
Quick Start:
#
1
text-xs (12px = 0.75rem)
2
text-sm (14px = 0.875rem)
3
text-base (16px = 1.0rem)
4
text-xl (20px = 1.25rem)
5
text-2xl (24px = 1.5rem)
Flavor:
Style:
| Unit Name             |            Binary (IEC) |            Decimal (SI) |       Exact Bytes (B) | Tailwind / Rem Equivalent   |
| :-------------------- | ----------------------: | ----------------------: | --------------------: | :-------------------------- |
| 1 Kilobyte (KB / KiB) |           1,024 B (KiB) |            1,000 B (KB) |                 1,024 | `text-xs` (12px = 0.75rem)  |
| 1 Megabyte (MB / MiB) |       1,048,576 B (MiB) |        1,000,000 B (MB) |             1,048,576 | `text-sm` (14px = 0.875rem) |
| 1 Gigabyte (GB / GiB) |   1,073,741,824 B (GiB) |    1,000,000,000 B (GB) |         1,073,741,824 | `text-base` (16px = 1.0rem) |
| 1 Terabyte (TB / TiB) |     1,099,511,627,776 B |     1,000,000,000,000 B |     1,099,511,627,776 | `text-xl` (20px = 1.25rem)  |
| 1 Petabyte (PB / PiB) | 1,125,899,906,842,624 B | 1,000,000,000,000,000 B | 1,125,899,906,842,624 | `text-2xl` (24px = 1.5rem)  |
Convert document (PDF, Word, PPTX) → MDConverter
Rendered Preview
GitHub Flavored Markdown style
Unit NameBinary (IEC)Decimal (SI)Exact Bytes (B)Tailwind / Rem Equivalent
1 Kilobyte (KB / KiB)1,024 B (KiB)1,000 B (KB)1,024text-xs (12px = 0.75rem)
1 Megabyte (MB / MiB)1,048,576 B (MiB)1,000,000 B (MB)1,048,576text-sm (14px = 0.875rem)
1 Gigabyte (GB / GiB)1,073,741,824 B (GiB)1,000,000,000 B (GB)1,073,741,824text-base (16px = 1.0rem)
1 Terabyte (TB / TiB)1,099,511,627,776 B1,000,000,000,000 B1,099,511,627,776text-xl (20px = 1.25rem)
1 Petabyte (PB / PiB)1,125,899,906,842,624 B1,000,000,000,000,000 B1,125,899,906,842,624text-2xl (24px = 1.5rem)

Column Architecture & Alignment Specification

Carefully chosen column alignments ensure optimal visual scannability across desktop and mobile screens:

Column HeaderAlignmentDelimiter SyntaxDesign Rationale
Unit Nameleft:---Standard left-aligned readable text & descriptions
Binary (IEC)right---:Aligns numeric scale, defaults, or magnitudes
Decimal (SI)right---:Aligns numeric scale, defaults, or magnitudes
Exact Bytes (B)right---:Aligns numeric scale, defaults, or magnitudes
Tailwind / Rem Equivalentleft:---Standard left-aligned readable text & descriptions

Pro Tips for Digital Storage Units & Typography Scales

  • Right-align numerical byte counts for scale comprehension.
  • Clarify difference between MiB (1024²) and MB (1000²).
  • Show base-16 pixel equivalents for modern rem typography.

How to Deploy This Table Across Platforms

GitHub README & PRs

Paste raw Markdown into README.md. Leave one blank newline above and below for GFM compliance.

Obsidian PKM Vaults

Paste directly into Live Preview mode. Use wikilinks ([[Note]]) inside cells for bidirectional linking.

Notion Workspaces

Press Enter to make a fresh empty line block, then paste. Notion auto-transforms it into a native Simple Table block.

Docusaurus & VitePress

Standard GFM tables work out of the box in modern MDX engines. You can style them via custom CSS selectors.

Raw GFM Code

| Unit Name             |            Binary (IEC) |            Decimal (SI) |       Exact Bytes (B) | Tailwind / Rem Equivalent   |
| :-------------------- | ----------------------: | ----------------------: | --------------------: | :-------------------------- |
| 1 Kilobyte (KB / KiB) |           1,024 B (KiB) |            1,000 B (KB) |                 1,024 | `text-xs` (12px = 0.75rem)  |
| 1 Megabyte (MB / MiB) |       1,048,576 B (MiB) |        1,000,000 B (MB) |             1,048,576 | `text-sm` (14px = 0.875rem) |
| 1 Gigabyte (GB / GiB) |   1,073,741,824 B (GiB) |    1,000,000,000 B (GB) |         1,073,741,824 | `text-base` (16px = 1.0rem) |
| 1 Terabyte (TB / TiB) |     1,099,511,627,776 B |     1,000,000,000,000 B |     1,099,511,627,776 | `text-xl` (20px = 1.25rem)  |
| 1 Petabyte (PB / PiB) | 1,125,899,906,842,624 B | 1,000,000,000,000,000 B | 1,125,899,906,842,624 | `text-2xl` (24px = 1.5rem)  |

Standard padded style with boundary pipes matching GitHub GFM parser specifications.

Platform Support

GitHub (GFM)✓ 100% Native
GitLab (GLFM)✓ 100% Native
Obsidian Vault✓ 100% Native
Notion Workspace✓ Paste as Table
Slack & DiscordIn Code Block

Syntax Formatting Rules

  • Pipe Escaping: Use \| for text with pipe symbols.
  • Multi-line Cells: Use <br> for line breaks.
  • Monospace Text: Wrap variables or code in backticks (`key`).
  • Empty Values: Use instead of leaving cells empty.
Template Knowledge Base

Frequently Asked Questions About Digital Storage Units & Typography Scales

How can I highlight key combinations or code symbols in Digital Storage Units & Typography Scales?

Use HTML <kbd> tags for keyboard shortcuts (e.g. "<kbd>Ctrl</kbd> + <kbd>C</kbd>") or backticks for syntax tokens. This creates distinct, elevated button-like pills in GitHub and documentation themes.

Where in my repository or project documentation should I place this Digital Storage Units & Typography Scales table?

This template is specifically designed for css styleguides, file upload limit documentation, data infrastructure manuals. Place it inside your project's README.md, technical wiki, or developer portal. Always leave at least one blank newline before and after the table to ensure the GFM parser detects it properly.

Why is the "Unit Name" column styled with left alignment?

The "Unit Name" column functions as the primary key of this table. Setting it to left alignment establishes an anchor along the left reading margin, making it effortless for developers to scan down the list.

How do I add line breaks inside a single cell of this Digital Storage Units & Typography Scales table?

Standard Markdown table rows cannot contain literal carriage returns. To create a multi-line list inside a cell, insert HTML <br> tags (e.g. "Item 1<br>Item 2<br>Item 3"). This keeps the entire entry in a single clean row without breaking column alignments.

How do I handle optional or missing values in Digital Storage Units & Typography Scales?

Never leave table cells completely empty, as some strict Markdown parsers may collapse empty pipes. Instead, insert an em-dash ("—"), "N/A", or "None" to explicitly indicate that a value is not applicable.

Can I export this Digital Storage Units & Typography Scales table into CSV, Excel, or HTML?

Yes. In the interactive toolkit above, you can edit your data and use our integrated export tools to convert this table directly into CSV, JSON, HTML <table>, or LaTeX with a single click.