mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-02-22 13:53:23 +08:00
Update README.md (#897)
Added description for mermaid support added in 0.5.
This commit is contained in:
parent
909b00bfbc
commit
14eb8beaad
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
||||
* 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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue