File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change @@ -213,24 +213,6 @@ variables used by Elixir releases are also available](
213213https://hexdocs.pm/mix/Mix.Tasks.Release.html#module-environment-variables ).
214214The 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
236218Livebook is primarily a Phoenix web application and can be setup as such:
You can’t perform that action at this time.
0 commit comments