Skip to content

Commit 68dce07

Browse files
committed
Remove Unicode characters
│ (U+2502) with | ├ (U+251C) with |-- ─ (U+2500) with - └ (U+2514) with `--
1 parent da41564 commit 68dce07

File tree

2 files changed

+19
-18
lines changed

2 files changed

+19
-18
lines changed

R/writers.R

+10-9
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ write_file_content <- function(content, file_path, type = "text") {
9292
#' @section Document Structure:
9393
#'
9494
#' Creates a Quarto document with this structure:
95+
#'
9596
#' ````markdown
9697
#' ---
9798
#' title: Extracted Shinylive Applications
@@ -263,15 +264,15 @@ write_apps_to_quarto <- function(apps, qmd_path) {
263264
#'
264265
#' ```sh
265266
#' base_dir/
266-
#' ├── app_01/
267-
#' │ ├── app.R
268-
#' │ ├── data/
269-
#' │ │ └── example.csv
270-
#' │ └── shinylive_metadata.json
271-
#' ├── app_02/
272-
#' │ ├── app.py
273-
#' │ └── shinylive_metadata.json
274-
#' └── ...
267+
#' |-- app_01/
268+
#' | |-- app.R
269+
#' | |-- data/
270+
#' | | `-- example.csv
271+
#' | `-- shinylive_metadata.json
272+
#' |-- app_02/
273+
#' | |-- app.py
274+
#' | `-- shinylive_metadata.json
275+
#' `-- ...
275276
#' ```
276277
#'
277278
#' @section Metadata File:

man/write_apps_to_dirs.Rd

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)