-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Brackets multiple lines apart can match each other #1195
Comments
Possibly related to #720? I was just able to "fix" it with:
|
It is best to write these kind of strings in non-markdown mode. Otherwise the markdown parser with interpret the brackets. |
How do I turn off markdown mode to just write that string? |
Oh maybe this? It seems to work for me #' My docs
#'
#' @description
#' Hello \code{[closed, open)}.
#'
#' Hello again \code{(open, closed]}.
#'
#' @name interval
NULL |
Yeah, |
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
With the following chunk of documentation, the
[
seems to be matching the]
a few lines down, resulting in garbled outputThe generated man file:
The text was updated successfully, but these errors were encountered: