In some wikis (e.g., mediawiki), if you want to edit part of a page, you can either click an edit link that lets you edit the entire page -- or, if you just want to edit a single section of the page, you can edit just that one section. This is beneficial because it helps avoid conflicting edits by multiple different editors.
Does Wordpress have any way to support this? Perhaps via some plugin?
The idea is that I should be able to create a post with multiple sections (separated by headings with style Heading 1, say). Then there should be a way to edit just a single section at a time, so that Alice can edit section 1 and Bob can edit section 2 at the same time, without risk of a conflict due to their simultaneous operations. Is there a way to do it?