Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 588 Bytes

File metadata and controls

34 lines (27 loc) · 588 Bytes

Test Tables with Unicode Dashes

Regular dash table

Header 1 Header 2
Row 1 Data 1
Row 2 Data 2

En dash table (–)

Header 1 | Header 2 –|– Row 1 | Data 1 Row 2 | Data 2

Em dash table (—)

Header 1 | Header 2 —|— Row 1 | Data 1 Row 2 | Data 2

Mixed dashes table

Header 1 | Header 2 | Header 3 -|–|— Row 1 | Data 1 | Data 1 Row 2 | Data 2 | Data 2

Original Table

Name Age Occupation
Alice 30 Engineer
Bob 25 Designer
Charlie 35 Product Manager