p-ranav / tabulate

Table Maker for Modern C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support true color and colorful markdown

tqolf opened this issue · comments

  1. Support True Color via ANSI escape sequences
    foreground color: CSI 38 : 2 : r : g : b m
    backround color: CSI 48 : 2 : r : g : b m
  2. Colorful markdown with embedded html
    ..... or markdown builtin syntax

FYI, https://github.com/vxfury/tabulate.git

commented

Does tabulate allow RBG codes? If it doesn't, will this feature ever be implemented?