I would to color the number with red
---
title: "officedown template"
output: officedown::rdocx_document
---
```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = TRUE, fig.cap = TRUE)
library(officedown)
library(officer)
ft <- fp_text(color = "red", underlined = TRUE)
```
This document presents most of the features of the package `r ftext("officedown", ft)`.
`r paste0("This document presents most of the features of the package", ftext(1:5, ft))`.