File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 228228 \item %\code {assignInNamespace(" \v ar{S3method}" )} and thus
229229 \code {fixInNamespace(" \v ar{S3method}" )} failed to update the S3
230230 methods table when the generic was not on the search path.
231+
232+ \item An initial newline inside an Rd inline \verb {\eqn } no longer
233+ breaks the paragraph in plain - text help (\code {tools :: Rd2txt }).
231234 }
232235 }
233236}
Original file line number Diff line number Diff line change @@ -696,6 +696,7 @@ Rd2txt <-
696696 # # FIXME: treat 2 of 2 differently?
697697 inEqn0 <- inEqn
698698 inEqn <<- TRUE
699+ dropBlank <<- TRUE
699700 writeContent(block , tag )
700701 inEqn <<- inEqn0
701702 },
Original file line number Diff line number Diff line change @@ -72,9 +72,7 @@ _V_a_l_u_e:
7272
7373\_e_q_n:
7474
75- This should not start a new paragraph:
76-
77- 1/(n-1).
75+ This should not start a new paragraph: 1/(n-1).
7876
7977\_d_e_q_n:
8078
You can’t perform that action at this time.
0 commit comments