Update README.md (#897)

Added description for mermaid support added in 0.5.
This commit is contained in:
Krishnamohan Chivukula 2022-01-20 14:37:27 +05:30 committed by GitHub
parent 909b00bfbc
commit 14eb8beaad
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ Livebook is a web application for writing interactive and collaborative code not
* Code notebooks with Markdown support and Elixir cells where code is evaluated on demand. * Code notebooks with Markdown support and Elixir cells where code is evaluated on demand.
* Shareable: notebooks are stored in the `.livemd` format, which is a subset of Markdown with annotations and [KaTex](https://katex.org/) for mathematical formulas. This means your notebooks can be saved, easily shared, and play well with version control. * Shareable: notebooks are stored in the `.livemd` format, which is a subset of Markdown with support for diagrams via [Mermaid](https://mermaid-js.github.io/mermaid) and for mathematical formulas via [KaTex](https://katex.org/). `.livemd` files can be easily shared and play well with version control.
* Interactive widgets via [Kino](https://github.com/elixir-nx/kino): manipulate [Vega-Lite charts](https://vega.github.io/vega-lite/), tables, and more. * Interactive widgets via [Kino](https://github.com/elixir-nx/kino): manipulate [Vega-Lite charts](https://vega.github.io/vega-lite/), tables, and more.