[go: up one dir, main page]

Module comfy_table::presets[][src]

Expand description

This module provides styling presets for tables.
Every preset has an example preview.

Constants

Just like ASCII_FULL, but without vertical/horizontal middle lines.

The default style for tables.

Just like ASCII_FULL, but without vertical/horizontal middle lines and no side borders.

Markdown like table styles.

Default style without any borders.

Don’t draw any borders

Just like the UTF8 FULL version, but without vertical/horizontal middle lines.

The UTF8 enabled version of the default style for tables.
Quite beautiful isn’t it? It’s drawn with UTF8’s box drawing characters.

Only display vertical lines.

Default UTF8 style, but without any borders.