File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
individual_modules/markdown_with_python Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -50,11 +50,12 @@ To create a Markdown file within the JupyterLab interface:
50
50
- if you're already running it, go to your browser window.
51
51
- if not, launch it from your terminal with 'jupyter lab'.
52
52
3 . Click the file menu.
53
- - At the top left, select File > New > Text File.
54
- 4 . Rename the File to ` .md ` .
53
+ - At the top left, select File > New > Markdown File.
54
+ 4 . Rename the File.
55
55
- In the file browser on the left, right-click the new text file and choose ` Rename ` .
56
56
5 . Start Writing Markdown!
57
- - the rest of this section will guide you through the various formatting features you can use to present your content effectively.
57
+ - Right-click on the file and choose ` Show Makdown Preview ` from the drop-down menu.
58
+ - The rest of this section will guide you through the various formatting features you can use to present your content effectively.
58
59
59
60
60
61
## 1. Headings
You can’t perform that action at this time.
0 commit comments