diff --git a/README.md b/README.md
index 48bf102d5..fe6391e07 100644
--- a/README.md
+++ b/README.md
@@ -52,8 +52,8 @@ backend (the only minor reason might be
The backend exists mainly to make sure that it's possible to eventually add
functionality that cannot easily be added to the Git backend.
-
-
+
+
### The working copy is automatically committed
@@ -64,8 +64,8 @@ working copy or any other commit. It also means that you can always check out a
different commit without first explicitly committing the working copy changes
(you can even check out a different commit while resolving merge conflicts).
-
-
+
+
### Operations update the repo first, then possibly the working copy
@@ -81,8 +81,8 @@ the repo state after the operation. This means that you can easily revert to an
earlier repo state, or to simply undo a particular operation (which does not
necessarily have to be the most recent operation).
-
-
+
+
### Conflicts can be recorded in commits
@@ -95,13 +95,13 @@ resolving conflicts, regardless of which command caused them. This design also
lets Jujutsu rebase merge commits correctly (unlike both Git and Mercurial).
Basic conflict resolution:
-
-
+
+
Juggling conflicts:
-
-
+
+
### Automatic rebase