wrap_comments
can break up code snippets
#5250
Labels
a-comments
a-markdown
markdown formatting in doc comments
only-with-option
requires a non-default option value to reproduce
p-low
Very related to #5244 -- not sure if this should be merged with that. Either way, a similar behavior occurs with
code snippets
in comments. Given the following...If the comment reaches the maximum width inside the code snippet, it'll break it up like so:
I think it would be more expected for it to treat the snippet as a single lexeme, and insert the line break prior to the start (
foo
).The text was updated successfully, but these errors were encountered: