``` r styler::style_text(" #' @export #' @examples #' a + b #' fun <- function() { } ") #> #' @export #> #' @examples #> #' a + b #> #' #> fun <- function() { #> } ``` <sup>Created on 2022-12-26 with [reprex v2.0.2](https://reprex.tidyverse.org)</sup> Introduced in 2b886c42e42108241d2f55a80705135fce807533.