Skip to content

Commit

Permalink
differences for PR #1018
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 2, 2024
1 parent f36686b commit de5457e
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 1 deletion.
50 changes: 50 additions & 0 deletions 04-changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,56 @@ Type the text below into the `guacamole.md` file:
## Instructions
```

::::::::::::::::::::::::::::::::::::::::: callout

## Markdown

Jimmy and Alfredo are using [Markdown](https://en.wikipedia.org/wiki/Markdown)
to write their recipes. It is a simple plain-text format for writing lists,
links and other things that might go into a web page.

Table: Showing some markdown syntax and its rendered output.

+---------------------------------------+------------------------------------------------+
| Markdown code | Rendered output |
+=======================================+================================================+
+---------------------------------------+------------------------------------------------+
| ``` | <p></p> |
| * Use asterisks | - Use asterisks |
| * to create | - to create |
| * bullet lists. | - bullet lists. |
| ``` | |
+---------------------------------------+------------------------------------------------+
+---------------------------------------+------------------------------------------------+
| ``` | <p></p> |
| 1. Use numbers | 1. Use numbers |
| 1. to create | 2. to create |
| 1. bullet lists. | 3. numbered lists. |
| ``` | |
+---------------------------------------+------------------------------------------------+
+---------------------------------------+------------------------------------------------+
| ``` | <p></p> |
| * You can use indents | - You can use indents |
| * To create sublists | - To create sublists |
| * of the same type | - of the same type |
| * Or sublists | - Or sublists |
| 1. Of different | 1. Of different |
| 1. types | 2. types |
| ``` | |
+---------------------------------------+------------------------------------------------+
+---------------------------------------+------------------------------------------------+
| ``` | <p></p> |
| # A Level-1 Heading | ## A Level-1 Heading |
| ``` | |
+---------------------------------------+------------------------------------------------+
+---------------------------------------+------------------------------------------------+
| ``` | <p></p> |
| ## A Level-2 Heading (etc.) | ### A Level-2 Heading (etc.) |
| ``` | |
+---------------------------------------+------------------------------------------------+

::::::::::::::::::::::::::::::::::::::::::::::::::

Let's first verify that the file was properly created by running the list command (`ls`):

```bash
Expand Down
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"episodes/01-basics.md" "78184e84f5bf3b0dd88de3918e927591" "site/built/01-basics.md" "2024-06-20"
"episodes/02-setup.md" "ff206706b9e5521d474bd7b8e8ccc832" "site/built/02-setup.md" "2024-09-29"
"episodes/03-create.md" "c1198fc3106059d83fd8078d57fbbfef" "site/built/03-create.md" "2024-09-29"
"episodes/04-changes.md" "1ab3092e5e56fae93d4532b82280baf7" "site/built/04-changes.md" "2024-09-29"
"episodes/04-changes.md" "cf4053e86cd934535b346d9e8af38168" "site/built/04-changes.md" "2024-10-02"
"episodes/05-history.md" "87a6a0e493a78be63b04bfd686ddbfa7" "site/built/05-history.md" "2024-09-29"
"episodes/06-ignore.md" "3a56f9255434111624a69a81713d00e4" "site/built/06-ignore.md" "2024-09-29"
"episodes/07-github.md" "93b4dbd198c5c4ff7b563bbbd36acd01" "site/built/07-github.md" "2024-09-29"
Expand Down

0 comments on commit de5457e

Please sign in to comment.