Skip to content

Commit

Permalink
amended examples to see if it fixes the pkdown check error
Browse files Browse the repository at this point in the history
  • Loading branch information
mzayeddfe committed Oct 17, 2024
1 parent 4f7d5ce commit df5b294
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions R/support_panel.R
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
#' form_url = "www.myform.com",
#' feedback_custom_text = shiny::tagList(
#' "Please email results to",
#' dfeshiny::external_link(
#' external_link(
#' href = paste0("mailto:", "team@@education.gov.uk"),
#' link_text = "team@@education.gov.uk",
#' add_warning = FALSE
Expand All @@ -118,11 +118,11 @@
#' team_email = "my.team@@education.gov.uk",
#' repo_name = "https://github.com/dfe-analytical-services/my-repo",
#' extra_text = c(
#' dfeshiny::html_paragraph_tags(
#' html_paragraph_tags(
#' heading = "heading",
#' body = "this is a body"
#' ),
#' dfeshiny::html_paragraph_tags(
#' html_paragraph_tags(
#' heading = "heading 2",
#' body = "this is another example of a text"
#' )
Expand All @@ -136,11 +136,11 @@
#' team_email = "my.team@@education.gov.uk",
#' repo_name = "https://github.com/dfe-analytical-services/my-repo",
#' extra_text = c(
#' dfeshiny::html_paragraph_tags(
#' html_paragraph_tags(
#' heading = "Heading",
#' body = shiny::tagList(
#' "Please email results to",
#' dfeshiny::external_link(
#' external_link(
#' href = paste0("mailto:", "team@@education.gov.uk"),
#' link_text = "team@@education.gov.uk",
#' add_warning = FALSE
Expand Down
10 changes: 5 additions & 5 deletions man/support_panel.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit df5b294

Please sign in to comment.