forked from mirrors/jj
readme: fix [!WARNING]
section
Apparently this previously-beta markdown syntax from GitHub "graduated" to a full feature in such a way that it it actually regressed in features, so doing this `[!WARNING]` inline inside of a list is no longer valid. Sigh. Scoot it up a level in the document, and just make it part of the section and not inside the list. Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
406f2b6147
commit
91d1205d55
1 changed files with 3 additions and 4 deletions
|
@ -94,9 +94,8 @@ And it adds several innovative, useful features of its own:
|
||||||
--update-refs` combined with `git rerere`, supported by design.
|
--update-refs` combined with `git rerere`, supported by design.
|
||||||
|
|
||||||
> [!WARNING]
|
> [!WARNING]
|
||||||
> The following features are available for use, but experimental; they may
|
> The following features are available for use, but experimental; they may have
|
||||||
> have bugs, backwards incompatible storage changes, and user-interface
|
> bugs, backwards incompatible storage changes, and user-interface changes!
|
||||||
> changes!
|
|
||||||
|
|
||||||
- **Safe, concurrent replication**: Have you ever wanted to store your version
|
- **Safe, concurrent replication**: Have you ever wanted to store your version
|
||||||
controlled repositories inside a Dropbox folder? Or continuously backup
|
controlled repositories inside a Dropbox folder? Or continuously backup
|
||||||
|
|
Loading…
Reference in a new issue