Skip to content

Commit

Permalink
Merge pull request #834 from keocorak/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
naupaka authored May 17, 2023
2 parents dc54818 + b454efa commit 9637884
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion episodes/15-knitr-markdown.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,11 @@ and you make things *italics* by using underscores, like this:
`_italics_`.

You can make a bulleted list by writing a list with hyphens or
asterisks, like this:
asterisks with a space between the list and other text, like this:

```
A list:
* bold with double-asterisks
* italics with underscores
* code-type font with backticks
Expand All @@ -131,6 +133,8 @@ asterisks, like this:
or like this:

```
A second list:
- bold with double-asterisks
- italics with underscores
- code-type font with backticks
Expand Down

0 comments on commit 9637884

Please sign in to comment.