Skip to content

Commit 6d3805e

Browse files
committed
chore: update unit formatting for consistency across documentation
1 parent 4575d6d commit 6d3805e

7 files changed

Lines changed: 23 additions & 23 deletions

File tree

apps/docs/src/content/docs/conversions/length.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ This category is useful for engineering, construction, design, or any domain whe
99

1010
## Supported Units
1111

12-
- Metric: millimeter (mm), centimeter (cm), meter (m), kilometer (km)
13-
- Imperial / US: inch (in), foot (ft), yard (yd), mile (mi)
12+
- Metric: millimeter `mm`, centimeter `cm`, meter `m`, kilometer `km`
13+
- Imperial / US: inch `in`, foot `ft`, yard `yd`, mile `mi`
1414

1515
## Quick Example
1616

apps/docs/src/content/docs/conversions/number.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ The **Number** category supports conversions between number bases such as binary
66

77
## Supported Bases
88

9-
- binary (base 2)
10-
- octal (base 8)
11-
- decimal (base 10)
12-
- hexadecimal (base 16)
9+
- binary `base 2`
10+
- octal `base 8`
11+
- decimal `base 10`
12+
- hexadecimal `base 16`
1313

1414

1515
## Quick Example

apps/docs/src/content/docs/conversions/pressure.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ The Pressure category supports conversions between Pascal, Kilopascal, Bar, PSI,
77

88
## Supported Units
99

10-
- Pascal (Pa)
11-
- Kilopascal (kPa)
12-
- Bar (bar)
13-
- PSI (psi)
14-
- Standard Atmosphere (atm)
10+
- Pascal `Pa`
11+
- Kilopascal `kPa`
12+
- Bar `bar`
13+
- PSI `psi`
14+
- Standard Atmosphere `atm`
1515

1616
## Quick Example
1717

apps/docs/src/content/docs/conversions/temperature.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ The Temperature category supports conversions between Celsius, Fahrenheit, and K
77

88
## Supported Units
99

10-
- celsius (°C)
11-
- fahrenheit (°F)
12-
- kelvin (K)
10+
- celsius `°C`
11+
- fahrenheit `°F`
12+
- kelvin `K`
1313

1414
## Quick Example
1515

apps/docs/src/content/docs/conversions/time.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ The **time** category provides conversions between milliseconds, seconds, minute
66

77
## Supported Units
88

9-
- millisecond (ms)
10-
- second (s)
11-
- minute (min)
12-
- hour (h)
13-
- day (d)
9+
- millisecond `ms`
10+
- second `s`
11+
- minute `min`
12+
- hour `h`
13+
- day `d`
1414

1515
## Quick Example
1616

apps/docs/src/content/docs/conversions/volume.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The Volume category converts between metric liters/milliliters and Imperial/US g
66

77
## Supported Units
88

9-
- Metric: milliliter (ml), liter (l)
10-
- Imperial / US: fluid ounce (fl oz), cup, pint (pt), quart (qt), gallon (gal)
9+
- Metric: milliliter `ml`, liter `l`
10+
- Imperial / US: fluid ounce `fl oz`, cup, pint `pt`, quart `qt`, gallon `gal`
1111

1212
## Quick Example
1313
```ts

apps/docs/src/content/docs/conversions/weight.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ The **weight** category provides conversions between metric units (grams, kilogr
77

88
## Supported Units
99

10-
- Metric: milligram (mg), gram (g), kilogram (kg), tonne (t)
11-
- Imperial / US: ounce (oz), pound (lb), stone (st), ton (US ton)
10+
- Metric: milligram `mg`, gram `g`, kilogram `kg`, tonne `t`
11+
- Imperial / US: ounce `oz`, pound `lb`, stone `st`, ton `US ton`
1212

1313
## Quick Example
1414

0 commit comments

Comments
 (0)