Skip to content

Commit 493c8cb

Browse files
Merge pull request #277 from coding-for-reproducible-research/minor-updates
Minor updates
2 parents affcd1f + 3cce959 commit 493c8cb

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
@@ -42,7 +42,7 @@ A `.md` file is a plain text file that contains Markdown-formatted text. The `.m
4242

4343
A common example you’ll see is `README.md`, which often appears in GitHub repositories. This file usually contains an introduction to a project, instructions, or other relevant notes, and is automatically rendered as formatted text when viewed on GitHub.
4444

45-
## Creating an `.md` File in JupyterLab
45+
## Creating an `.md` file in JupyterLab
4646

4747
To create a Markdown file within the JupyterLab interface:
4848

@@ -51,9 +51,9 @@ To create a Markdown file within the JupyterLab interface:
5151
- if not, launch it from your terminal with 'jupyter lab'.
5252
3. Click the file menu.
5353
- At the top left, select File > New > Markdown File.
54-
4. Rename the File.
54+
4. Rename the file.
5555
- In the file browser on the left, right-click the new text file and choose `Rename`.
56-
5. Start Writing Markdown!
56+
5. Start writing Markdown!
5757
- Right-click on the file and choose `Show Makdown Preview` from the drop-down menu.
5858
- The rest of this section will guide you through the various formatting features you can use to present your content effectively.
5959

@@ -269,6 +269,7 @@ Horizontal lines are used to separate sections of your document, providing a cle
269269
```
270270

271271
**Output:**
272+
272273
---
273274

274275

0 commit comments

Comments
 (0)