Skip to content

Commit

Permalink
Conversion of emoticon from md to html in READMEs
Browse files Browse the repository at this point in the history
  • Loading branch information
Andros-Spica committed Sep 17, 2022
1 parent c9e1d36 commit eb19af1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions website_generator/package_page_template.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ if (!is.null(nassa_yml$inputs) & !is.null(nassa_yml$outputs)) {
if (!is.null(nassa_yml$readmeFile)) {
readme_file <- file.path(module_path, nassa_yml$readmeFile)
readme <- readLines(readme_file)
### correct rocket emoticon (used to mark NASSA oficial member submission)
readme <- gsub("\\(NASSA submission \\:rocket\\:\\)", "(NASSA submission &#128640;)", readme)
### correct relative paths
for (aLineIndex in 1:length(readme))
{
Expand Down

0 comments on commit eb19af1

Please sign in to comment.