-
Notifications
You must be signed in to change notification settings - Fork 982
Open
Labels
A-commentsArea: commentsArea: commentsA-markdownArea: markdown formatting in doc commentsArea: markdown formatting in doc commentsP-lowLow priorityLow priorityonly-with-optionRequires a non-default option value to reproduceRequires a non-default option value to reproduce
Description
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...
/// This is a comment with some code `foo bar`.
If the comment reaches the maximum width inside the code snippet, it'll break it up like so:
/// This is a comment with some code `foo
/// bar`
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).
Metadata
Metadata
Assignees
Labels
A-commentsArea: commentsArea: commentsA-markdownArea: markdown formatting in doc commentsArea: markdown formatting in doc commentsP-lowLow priorityLow priorityonly-with-optionRequires a non-default option value to reproduceRequires a non-default option value to reproduce