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
Because the extension was pretty thrown together, it just hard-wraps everything to paragraphs.
What might be an improvement is to actually use markdown formatting rules (there are existing packages out there to do this) so that you can block format a large comment that also contains markdown and have it wrap as expected:
Currently:
/// This is my comment:/// - Example info/// - more info// becomes/// This is my comment : Example info - more/// info
When really things like lists, block comments etc. should all start their own new block.
The text was updated successfully, but these errors were encountered:
Because the extension was pretty thrown together, it just hard-wraps everything to paragraphs.
What might be an improvement is to actually use markdown formatting rules (there are existing packages out there to do this) so that you can block format a large comment that also contains markdown and have it wrap as expected:
Currently:
When really things like lists, block comments etc. should all start their own new block.
The text was updated successfully, but these errors were encountered: