-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
It looks like the code generator is converting headings to:
#' **Release status**Instead of
## Release statusAdditionally, in statement_execution.R it's generating this:
#' ----
#'
#' ### **Warning: We recommend you protect the URLs in the EXTERNAL_LINKS.**
#'
#' When using the EXTERNAL_LINKS disposition, a short-lived pre-signed URL is
#' generated, which the client can use to download the result chunk directly
#' from cloud storage. As the short-lived credential is embedded in a pre-signed
#' URL, this URL should be protected.
#'
#' Since pre-signed URLs are generated with embedded temporary credentials, you
#' need to remove the authorization header from the fetch requests.
#'
#' ----
#'
and the sequences of dashes are causing this warning when documenting:
Warning: [statement_execution.R:12] @details markdown
translation failed
✖ Internal error: unknown xml node thematic_break
ℹ Please file an issue at
https://github.com/r-lib/roxygen2/issues
If you can tell me what you're trying to achieve here, I can suggest how you might best express that in R's documentation.
Metadata
Metadata
Assignees
Labels
No labels