Skip to content

Commit fb23f18

Browse files
committed
creating MD file update
1 parent 735451d commit fb23f18

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

individual_modules/markdown_with_python/3-Markdown-Fundamentals.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,11 +50,12 @@ To create a Markdown file within the JupyterLab interface:
5050
- if you're already running it, go to your browser window.
5151
- if not, launch it from your terminal with 'jupyter lab'.
5252
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.
5555
- In the file browser on the left, right-click the new text file and choose `Rename`.
5656
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.
5859

5960

6061
## 1. Headings

0 commit comments

Comments
 (0)