DaniruKun / ex-guide-livebook

Elixir language guide in livebook form.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elixir language guide in Livebook

This project is a collection of Elixir Livebooks that are near 1:1 replicas of the official Elixir language guides. They have been auto-generated with a simple Elixir script.

Acknowledgements

Usage/Examples

  1. Install and start a Livebook server as described in the official docs
  2. Load a .livemd file in a running Livebook session and you can interactively run and modify Elixir code cells.

Converting markdown to patched LiveMD

The conversion follows this sequence:

.md/.markdown file -> .livemd -> patch.exs -> patched .livemd

The patch.exs script script is necessary to do some small patches to MarkDown Elixir examples. For example, it doesn't make sense to convert IEx usage examples to eval cells, since this will never work.

About

Elixir language guide in livebook form.

License:Apache License 2.0


Languages

Language:Elixir 78.4%Language:HTML 21.6%