Skip to content

Add Matrix backend #33

@DhruvaSambrani

Description

@DhruvaSambrani

Used to output the table as a mathematical matrix.

REPL -

The borders of unicode, but without the horizontal lines. Center align by default if possible.

┌                                   ┐
│      1    false      1.0        1 │
│      2     true      2.0        2 │
│      3    false      3.0        3 │
└                                   ┘

LaTeX -

$$ \left[
  \begin{array}{ c c }
     1 & 2 \\
     3 & 4
  \end{array} \right]
$$

source
HTML - Here

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions