From 1f494e1428751369af41860b7b37997253a91a48 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Sat, 13 Apr 2024 21:52:44 +0000 Subject: [PATCH] differences for PR #678 --- 01-run-quit.md | 211 +++++++++++++------------------------------------ md5sum.txt | 2 +- 2 files changed, 58 insertions(+), 155 deletions(-) diff --git a/01-run-quit.md b/01-run-quit.md index 2c0b1ae08..54763a8d0 100644 --- a/01-run-quit.md +++ b/01-run-quit.md @@ -339,161 +339,64 @@ You need to be in Command mode (Press Esc if your cell is blue). Typ ### Markdown does most of what HTML does. -
+Table: Showing some markdown syntax and its rendered output. + ++---------------------------------------+------------------------------------------------+ +| Markdown code | Rendered output | ++=======================================+================================================+ ++---------------------------------------+------------------------------------------------+ +| ``` |

| +| * Use asterisks | - Use asterisks | +| * to create | - to create | +| * bullet lists. | - bullet lists. | +| ``` | | ++---------------------------------------+------------------------------------------------+ ++---------------------------------------+------------------------------------------------+ +| ``` |

| +| 1. Use numbers | 1. Use numbers | +| 1. to create | 2. to create | +| 1. bullet lists. | 3. numbered lists. | +| ``` | | ++---------------------------------------+------------------------------------------------+ ++---------------------------------------+------------------------------------------------+ +| ``` |

| +| * 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 | +| ``` | | ++---------------------------------------+------------------------------------------------+ ++---------------------------------------+------------------------------------------------+ +| ``` |

| +| # A Level-1 Heading | ## A Level-1 Heading | +| ``` | | ++---------------------------------------+------------------------------------------------+ ++---------------------------------------+------------------------------------------------+ +| ``` |

| +| ## A Level-2 Heading (etc.) | ### A Level-2 Heading (etc.) | +| ``` | | ++---------------------------------------+------------------------------------------------+ ++---------------------------------------+------------------------------------------------+ +| ``` |

| +| Line breaks | Line breaks | +| don't matter. | don't matter. | +| | | +| But blank lines | But blank lines | +| create new paragraphs. | create new paragraphs. | +| ``` | | ++---------------------------------------+------------------------------------------------+ ++---------------------------------------+------------------------------------------------+ +| ``` |

| +| [Links](http://software-carpentry.org)| [Links](https://software-carpentry.org) | +| are created with `[...](...)`. | are created with `[...](...)`. | +| Or use [named links][data-carp]. | Or use [named links][data_carpentry]. | +| | | +| [data-carp]: http://datacarpentry.org | | +| ``` | | ++---------------------------------------+------------------------------------------------+ -
- -``` -* Use asterisks -* to create -* bullet lists. -``` - -
- -
- -- Use asterisks -- to create -- bullet lists. - -
- -
- -
- -
- -``` -1. Use numbers -1. to create -1. numbered lists. -``` - -
- -
- -1. Use numbers -2. to create -3. numbered lists. - -
- -
- -
- -
- -``` -* You can use indents - * To create sublists - * of the same type -* Or sublists - 1. Of different - 1. types -``` - -
- -
- -- You can use indents - - To create sublists - - of the same type -- Or sublists - 1. Of different - 2. types - -
- -
- -
- -
- -``` -# A Level-1 Heading -``` - -
- -
- -## A Level-1 Heading - -
- -
- -
- -
- -``` -## A Level-2 Heading (etc.) -``` - -
- -
- -## A Level-2 Heading (etc.) - -
- -
- -
- -
- -``` -Line breaks -don't matter. - -But blank lines -create new paragraphs. -``` - -
- -
- -Line breaks -don't matter. - -But blank lines -create new paragraphs. - -
- -
- -
- -
- -``` -[Create links](http://software-carpentry.org) with `[...](...)`. -Or use [named links][data_carpentry]. - -[data_carpentry]: http://datacarpentry.org -``` - -
- -
- -[Create links](https://software-carpentry.org) with `[...](...)`. -Or use [named links][data_carpentry]. - -
- -
::::::::::::::::::::::::::::::::::::::: challenge diff --git a/md5sum.txt b/md5sum.txt index dea8d627c..3d0cc9e11 100644 --- a/md5sum.txt +++ b/md5sum.txt @@ -4,7 +4,7 @@ "config.yaml" "4c8c3b66083d754c51eae2c277d24ca0" "site/built/config.yaml" "2023-05-02" "index.md" "f019634aead94a6e24c7b0a414239caa" "site/built/index.md" "2023-05-03" "links.md" "fd719a41381bb145880b9220d70edec3" "site/built/links.md" "2023-05-03" -"episodes/01-run-quit.md" "8503041b7590fbc507249282d847cba6" "site/built/01-run-quit.md" "2023-06-07" +"episodes/01-run-quit.md" "ca5737c8a9dc8c8e16f8320550a93787" "site/built/01-run-quit.md" "2024-04-13" "episodes/02-variables.md" "9dacd8cd9968b5d0185f0c244a55eb84" "site/built/02-variables.md" "2023-05-02" "episodes/03-types-conversion.md" "9e3a08116a2124cd8e23d1d7c5dba432" "site/built/03-types-conversion.md" "2023-05-02" "episodes/04-built-in.md" "d3ea4aa2a49667b61cb21a62034c88c6" "site/built/04-built-in.md" "2023-05-02"