Closed
Description
get_code
should return single string with all @code concatenated to a single string.
Please make relevant changes:
- We don't need to use
paste(get_code(...), collapse = "\n")
everywhere anymore. Please locate allpaste(collapse = "\n")
inteal.modules.xyz
and inteal
where code is concatenated to a single string.