##Avoid meta marking edits/updates:

Don't mark your edits and updates as such.
We have the edit history to show what is changed.


###Avoid
> I am trying to work out how to sort a list. <br>
> **Update**: I mean an array of integers.

###Instead just write:

> I am trying to work out how to sort an array of integers.