punctuation - Semicolons at the end of list items
In school, we were taught to end each list item with a semicolon. But I have never actually seen this. Can somebody please confirm this? Should we end each list item with anything at all?
I've seen people use periods after each list item, colons, and even commas. But I've never seen a semicolon at the end of each item — and even if I have, it would be that rare that I've forgotten.
Example:
- item;
- item;
- item;
- item
Comments
Post a Comment