Skip to content

Commit

Permalink
Update Example headings to h3
Browse files Browse the repository at this point in the history
  • Loading branch information
heiskr committed Feb 28, 2022
1 parent 19f0414 commit bd1d1ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ _Welcome to "Communicate using Markdown"! :wave:_

**What is a _header_?** A header is a larger bit of text at the beginning of a section. There are six sizes.

#### Example
### Example

```txt
# This is an <h1> header, which is the largest
Expand Down Expand Up @@ -102,7 +102,7 @@ _Great job adding headers to the file :sparkles:_

Let's add an image. Include descriptive text in the square brackets. This text is read aloud for people using screen readers. It's also shown at times when your image doesn't display, such as when there's a poor connection. You can see the syntax for images below:

#### Example
### Example

```md
![Image of Yaktocat](https://octodex.github.com/images/yaktocat.png)
Expand Down Expand Up @@ -135,7 +135,7 @@ _Great job adding an image to the file :tada:_

In addition to code blocks, some code blocks should be rendered differently depending on the language, such as JavaScript or command-line text.

#### Example
### Example

<pre>
```
Expand Down Expand Up @@ -174,7 +174,7 @@ _Great job adding a code example to the file :partying_face:_

**What is a _task list_?** A task list creates checkboxes to check off. They're very useful for tracking issues and pull requests. If you include a task list in the body of an issue or pull request, you'll see a progress indicator in your issue list. The syntax for task lists is very specific. Be sure to include the spaces where required, or else they won't render.

#### Example
### Example

```
- [x] List syntax is required
Expand Down

0 comments on commit bd1d1ae

Please sign in to comment.