To html and to md (#453)

* MathEval Variance and Stddev

* Fix tests and linting

* Typo

* Deal with streams when they are not tables

* First draft of these commands

* To MD

* To md and to html

* Fixed cargo and to_md

* `into_abbreviated_string` instead of `into_string`

* Changed how inner tables are displayed
This commit is contained in:
Luccas Mateus
2021-12-09 22:16:35 -03:00
committed by GitHub
parent 865906e450
commit 7a892ec5d7
12 changed files with 1302 additions and 15 deletions

View File

@ -164,6 +164,8 @@ pub fn create_default_context() -> EngineState {
ToToml,
ToTsv,
ToCsv,
ToHtml,
ToMd,
Touch,
Uniq,
Use,