View source: R/utils_render_cert_md.R
add_repository_hyperlink | R Documentation |
Replaces a placeholder in Markdown content with a hyperlink to the repository, based on the repository type (e.g., GitHub, OSF, GitLab).
add_repository_hyperlink(md_content, repo_link)
md_content |
A character string containing Markdown content with a placeholder for the repository link. |
repo_link |
A character string containing the repository URL to be converted into a hyperlink. |
The modified markdown content.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.