You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RDoc formatters process inline markup on a paragraph-by-paragraph basis.
If this is not done then embedded markup in that paragraph will not be
output correctly.
Now the paragraph's contents are joined into a single line before
processing which allows the formatter to generate the correct output.
Fixes#204
0 commit comments