diff --git a/R/utils.R b/R/utils.R index c0ca19a..856c89f 100644 --- a/R/utils.R +++ b/R/utils.R @@ -13,7 +13,7 @@ reconstruct = function(rd) { if (is.null(rd)) return() if (is.list(rd)) { - multi = c('\\section', '\\subsection', '\\item', '\\tabular', '\\eqn', '\\deqn', '\\link') + multi = c('\\section', '\\subsection', '\\item', '\\tabular', '\\eqn', '\\deqn', '\\link', '\\href') if (length(tag(rd)) && tag(rd) %in% multi) { if (tag(rd) == '\\link') return(paste('\\link', sprintf('[%s]', attr(rd, 'Rd_option')), '{', rd, '}', sep = ""))