Skip to content

Commit 8a76d31

Browse files
authored
Remove 'Rendering as Markdown' section (#1391)
`.livemd` extension was added to github/linguist project in May 2022 (see this PR for details github-linguist/linguist#5672).
1 parent eeadb08 commit 8a76d31

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

README.md

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -213,24 +213,6 @@ variables used by Elixir releases are also available](
213213
https://hexdocs.pm/mix/Mix.Tasks.Release.html#module-environment-variables).
214214
The notables ones are `RELEASE_NODE` and `RELEASE_DISTRIBUTION`.
215215

216-
## Rendering notebooks as Markdown on GitHub
217-
218-
By default GitHub renders the `.livemd` notebooks as regular text files. Depending
219-
on your use case and the target audience, you may find it useful to render notebooks
220-
content as Markdown files instead. There is an option to override how a particular
221-
file gets rendered on GitHub, so all you need to do is add a magic comment in every
222-
such notebook:
223-
224-
```
225-
<!-- vim: set syntax=markdown: -->
226-
227-
# My notebook
228-
229-
...
230-
```
231-
232-
For more details see [the documentation](https://github.com/github/linguist/blob/master/docs/overrides.md#using-emacs-or-vim-modelines).
233-
234216
## Development
235217

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

0 commit comments

Comments
 (0)