mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 15:21:58 +02:00
(v1.7.1.9019) Morganella MIC in EUCAST 2021
This commit is contained in:
@ -400,6 +400,9 @@ word_wrap <- function(...,
|
||||
# format backticks
|
||||
msg <- gsub("(`.+?`)", font_grey_bg("\\1"), msg)
|
||||
|
||||
# clean introduced whitespace between fullstops
|
||||
msg <- gsub("[.] +[.]", "..", msg)
|
||||
|
||||
msg
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user