Skip to content

Commit

Permalink
Merge pull request #87 from mcneilco/release/2023.2.x
Browse files Browse the repository at this point in the history
⬆️ Upmerge release/2023.2.x to release/2023.3.x
  • Loading branch information
brianbolt authored Oct 13, 2023
2 parents d463ad7 + 8e6ad40 commit a24c7b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions inst/rmd/doseResponseCurveValidation.rmd
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@ tbody <- paste0(tbody,trs)
tbody <- paste0(tbody,"</tbody>" )
table <- paste0(table,tbody)
table <- paste0(table,"</table>" )
# Include the =html escape as we are outputting raw html. This is needed to prevent the html from being rendered by markdownToHTML and converting characters like 1/9 to html codes
cat('```{=html}\n')
cat(table)
cat('\n```')
```

0 comments on commit a24c7b7

Please sign in to comment.