why
Repair your links on old posts so when people find them, they still have a good experience (what you intended when you posted it) when they click on links in your posts.
examples
- use
<ins>to markup insertions (maybe style with CSS, like tantek’s yellow background for<ins>elements, for visual distinction) - use
<del>to markup deletions (style as strikethrough text, or a red background? idk)
ideas
- link to internet archive (or other archival copies of the page that are reliable)
- leave a timestamp next to insertions/deletions (maybe with
<time datetime>to denote when it was updated)