diff --git a/cli/src/commands/util/exec.rs b/cli/src/commands/util/exec.rs index 796b3c736..f59f93a6e 100644 --- a/cli/src/commands/util/exec.rs +++ b/cli/src/commands/util/exec.rs @@ -22,13 +22,13 @@ use crate::ui::Ui; /// /// This is useful for arbitrary aliases. /// -/// !! WARNING !! +/// !!! warning /// -/// The following technique just provides a convenient syntax for running -/// arbitrary code on your system. Using it irresponsibly may cause damage -/// ranging from breaking the behavior of `jj undo` to wiping your file system. -/// Exercise the same amount of caution while writing these aliases as you would -/// when typing commands into the terminal! +/// The following technique just provides a convenient syntax for running +/// arbitrary code on your system. Using it irresponsibly may cause damage +/// ranging from breaking the behavior of `jj undo` to wiping your file +/// system. Exercise the same amount of caution while writing these aliases +/// as you would when typing commands into the terminal! /// /// This feature may be removed or replaced by an embedded scripting language in /// the future. diff --git a/cli/tests/cli-reference@.md.snap b/cli/tests/cli-reference@.md.snap index b3083eb36..890765ac5 100644 --- a/cli/tests/cli-reference@.md.snap +++ b/cli/tests/cli-reference@.md.snap @@ -1,7 +1,6 @@ --- source: cli/tests/test_generate_md_cli_help.rs description: "AUTO-GENERATED FILE, DO NOT EDIT. This cli reference is generated by a test as an `insta` snapshot. MkDocs includes this snapshot from docs/cli-reference.md." -snapshot_kind: text --- @@ -2215,13 +2214,13 @@ Execute an external command via jj This is useful for arbitrary aliases. -!! WARNING !! +!!! warning -The following technique just provides a convenient syntax for running -arbitrary code on your system. Using it irresponsibly may cause damage -ranging from breaking the behavior of `jj undo` to wiping your file system. -Exercise the same amount of caution while writing these aliases as you would -when typing commands into the terminal! + The following technique just provides a convenient syntax for running + arbitrary code on your system. Using it irresponsibly may cause damage + ranging from breaking the behavior of `jj undo` to wiping your file + system. Exercise the same amount of caution while writing these aliases + as you would when typing commands into the terminal! This feature may be removed or replaced by an embedded scripting language in the future.