Description:
Currently sorting is happening from the wrong line number. We are splitting readme headers using \n as the delimiter. So if there are 4 newlines, then headers' length will be 5 which should not be the case. That's why it is not considering the first row while sorting all the rows.
Screenshot:
