Skip to content

Commit 7966553

Browse files
committed
Use code style in some pkgdown titles
Use backticks to denote code style (markdown in titles is enabled by r-lib/pkgdown#2113). Use quotes for the affected title strings, as they all now start with backticks, and backticks are not allowed at the start of unquoted(, flow scalar) strings in YAML (https://www.yaml.info/learn/quote.html)
1 parent 858bb56 commit 7966553

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

_pkgdown.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@ repo:
3636

3737

3838
reference:
39-
- title: epi_df basics
39+
- title: "`epi_df` basics"
4040
desc: Details on `epi_df` format, and basic functionality.
4141
- contents:
4242
- matches("epi_df")
43-
- title: epi_*() functions
43+
- title: "`epi_*()` functions"
4444
desc: Functions that act on `epi_df` objects.
4545
- contents:
4646
- epi_slide
@@ -52,11 +52,11 @@ reference:
5252
- detect_outlr
5353
- detect_outlr_rm
5454
- detect_outlr_stl
55-
- title: epi_archive basics
55+
- title: "`epi_archive` basics"
5656
desc: Details on `epi_archive`, and basic functionality.
5757
- contents:
5858
- matches("archive")
59-
- title: epix_*() functions
59+
- title: "`epix_*()` functions"
6060
desc: Functions that act on an `epi_archive` object.
6161
- contents:
6262
- starts_with("epix")

0 commit comments

Comments
 (0)