Skip to content

Commit

Permalink
differences for PR #95
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jul 20, 2022
1 parent 9570cb8 commit 154ef59
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions example.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,16 +105,16 @@ You can also include figures generated from R Markdown:

```r
pie(
c(Sky = 78, "Sunny side of pyramid" = 17, "Shady side of pyramid" = 5),
c("Night Sky" = 78, "Soft Side of pyramid" = 17, "Softer side of pyramid" = 5),
init.angle = 315,
col = c("deepskyblue", "yellow", "yellow3"),
col = c("royalblue4", "wheat3", "wheat4"),
border = FALSE
)
```

<div class="figure" style="text-align: center">
<img src="fig/example-rendered-pyramid-1.png" alt="pie chart illusion of a pyramid" />
<p class="caption">Sun arise each and every morning</p>
<p class="caption">Night falls on Hoboken</p>
</div>

Or you can use standard markdown for static figures with the following syntax:
Expand Down
Binary file modified fig/example-rendered-pyramid-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion md5sum.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"episodes/introduction.md" "422c8e77d191e2aebdc51702234666a1" "site/built/introduction.md" "2022-07-19"
"episodes/episodes.Rmd" "855061235be6eff87799595bbe6cf1d2" "site/built/episodes.md" "2022-07-19"
"episodes/editing.md" "83b16f7270fdaa23b2f58121ae7904f2" "site/built/editing.md" "2022-07-19"
"episodes/example.Rmd" "f720e48225c8ea47f78514f6bf5bc58d" "site/built/example.md" "2022-07-19"
"episodes/example.Rmd" "82f686e5b6abd2e68291bec1c69c97ad" "site/built/example.md" "2022-07-20"
"episodes/deployment.md" "9e8a211e49eb1175cc13a36f5b3b964c" "site/built/deployment.md" "2022-07-19"
"episodes/update.md" "6636602c11678967d9b8ad39a6c9c3d7" "site/built/update.md" "2022-07-19"
"episodes/pull-request.md" "95b5e6ef8c11628935af31b2a26e34a5" "site/built/pull-request.md" "2022-07-19"
Expand Down

0 comments on commit 154ef59

Please sign in to comment.