From 0cf417826f68ae13d1b481b5d81fde711ab37e24 Mon Sep 17 00:00:00 2001 From: drelliche <99294374+drelliche@users.noreply.github.com> Date: Thu, 13 Jun 2024 11:11:30 -0400 Subject: [PATCH] Update bash_command_line_101.md --- bash_command_line_101/bash_command_line_101.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash_command_line_101/bash_command_line_101.md b/bash_command_line_101/bash_command_line_101.md index c7a7359b..8d2cc655 100755 --- a/bash_command_line_101/bash_command_line_101.md +++ b/bash_command_line_101/bash_command_line_101.md @@ -318,7 +318,7 @@ A [**plain text**](https://en.wikipedia.org/wiki/Plain_text) file is a file that
Behind the scenes
-Even though the words "plain text" in the previous paragraph have some non-text attributes, they are all recorded as plain text in the Markdown (`.md`) file of this lesson. If you open the [Markdown file](https://raw.githubusercontent.com/arcus/education_modules/main/bash_command_line_101/bash_command_line_101.md), you will see only characters that can be typed by a keyboard: +Even though the words "plain text" in the previous paragraph have some non-text attributes, they are all recorded as plain text in the Markdown (`.md`) file of this lesson. If you open the [Markdown file](https://raw.githubusercontent.com/arcus/education_modules/main/bash_command_line_101/bash_command_line_101.md), everything is text. For example, this is the text we'd write to create a bolded hyperlink: ``` [**plain text**](https://en.wikipedia.org/wiki/Plain_text)