PDConSec / vsc-print

Completely local print support for VS Code with syntax-colouring and line numbering
Other
70 stars 28 forks source link

Table column alignment #319

Closed PeterWone closed 2 months ago

PeterWone commented 3 months ago

Marked supports alignment notation in Markdown tables where |---:| indicates a right-aligned column.

Extend this to support [:0-9] where

A currency symbol was considered but

It is simpler to specify the precision with a digit and indicate the currency in the column header. We could examine the column header for a single non-alphabetic character and treat it as a currency symbol but again there are a lot of symbols and variation in associated display formats.