Skip to content

Commit

Permalink
Remove 'Rendering as Markdown' section (#1391)
Browse files Browse the repository at this point in the history
`.livemd` extension was added to github/linguist project in May 2022
(see this PR for details github-linguist/linguist#5672).
  • Loading branch information
cr0t authored Sep 5, 2022
1 parent eeadb08 commit 8a76d31
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,24 +213,6 @@ variables used by Elixir releases are also available](
https://hexdocs.pm/mix/Mix.Tasks.Release.html#module-environment-variables).
The notables ones are `RELEASE_NODE` and `RELEASE_DISTRIBUTION`.

## Rendering notebooks as Markdown on GitHub

By default GitHub renders the `.livemd` notebooks as regular text files. Depending
on your use case and the target audience, you may find it useful to render notebooks
content as Markdown files instead. There is an option to override how a particular
file gets rendered on GitHub, so all you need to do is add a magic comment in every
such notebook:

```
<!-- vim: set syntax=markdown: -->
# My notebook
...
```

For more details see [the documentation](https://github.com/github/linguist/blob/master/docs/overrides.md#using-emacs-or-vim-modelines).

## Development

Livebook is primarily a Phoenix web application and can be setup as such:
Expand Down

0 comments on commit 8a76d31

Please sign in to comment.