Skip to content

Commit e7e2d65

Browse files
authored
Merge pull request #421 from bill-huang26/master
Update HTML picture and description in pkgdown.
2 parents 6c0759a + 0ffc7e3 commit e7e2d65

6 files changed

Lines changed: 10 additions & 6 deletions

File tree

docs/articles/reporter-codeinsert.html

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/man/images/example17_4.png

91.5 KB
Loading

docs/pkgdown.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pandoc: 3.8.3
1+
pandoc: 3.1.1
22
pkgdown: 2.1.3
33
pkgdown_sha: ~
44
articles:
@@ -23,7 +23,7 @@ articles:
2323
reporter-title_header: reporter-title_header.html
2424
reporter-wrap: reporter-wrap.html
2525
reporter: reporter.html
26-
last_built: 2026-07-21T01:53Z
26+
last_built: 2026-07-21T02:34Z
2727
urls:
2828
reference: https://reporter.r-sassy.org/reference
2929
article: https://reporter.r-sassy.org/articles

docs/reference/create_plot.html

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

man/images/example17_4.png

129 KB
Loading

vignettes/reporter-codeinsert.Rmd

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,14 +164,16 @@ rpt <- create_report(fp, output_type = "html", font = fnt,
164164
res <- write_report(rpt)
165165
```
166166

167-
<img src="../man/images/example17_5.png" alt="Example image A"/>
167+
<img src="../man/images/example17_4.png" alt="Example image A"/>
168168

169169
As seen above, all the HTML code insertion worked as expected:
170170

171+
* Headers are formatted with red code style and strike through.
171172
* Titles are formatted with yellow highlight, blue 18px, and bold.
172173
* Column headers are formatted with superscript.
173174
* Data values are formatted with underline, indentation, color, bold, and background color.
174175
* Footnotes are formatted with italic, superscript, and smaller font size.
176+
* Footers are formatted with subscript.
175177

176178
[top](#top)
177179

0 commit comments

Comments
 (0)