Alphabetical sort does not ignore formatting

Steps to reproduce

Make the following list

  • apple
  • banana
  • citrus

sort alphabetically A-Z

Expected result

  • apple
  • banana
  • citrus
  • @dragonfruit

Actual result

  • @dragonfruit
  • banana
  • apple
  • citrus

Environment

Windows 10 app


Additional information

I can see a case for sorting based on the @ symbol, but I find sorting alphabetically based on bolding confusing


Additional comments

1 Like

I just ran into a variation of this issue with Markdown links. It didn’t make sense until I realized the sort was using the “[” character which isn’t normally shown.

sshot-2019-08-03-14-33-30

sshot-2019-08-03-14-33-46

1 Like