Autoformat should handle more separator characters #8630
Labels
package:autoformat
resolution:expired
This issue was closed due to lack of feedback.
squad:core
Issue to be handled by the Core team.
status:stale
type:improvement
This issue reports a possible enhancement of an existing feature.
📝 Provide a description of the improvement
Currently, the autoformat requires a whitespace character to precede a delimiter. To make it more usable and more in line with popular Markdown specifications, we should handle more characters, specifically, punctuation marks.
Example cases to support:
*
infoo **bar*^.
or**foo*^, bar.
*
infoo (**bar*^
.*
infoo (*^bar**)
.Useful insights regarding Markdown specification and punctuation characters can be found in a related ticket.
Proper handling of all the characters might need this ticket to be done first: #8629.
If you'd like to see this improvement implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: