Skip to content

Commit 2ae6108

Browse files
committed
docs: fix markdownlint MD032 blanks-around-lists
1 parent df978d8 commit 2ae6108

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/cli/scripting.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ tags:
99
The `milk-cli` interpreter is designed to provide a seamless scripting experience by transparently integrating with your system's `bash` shell. Any command that is not a native `milk-cli` command is automatically evaluated by the underlying OS shell using `wordexp()`.
1010

1111
This means **all standard Bash scripting features are fully supported** inside `milk-cli`, including:
12+
1213
- Variables (`$var`), Arithmetic (`$(( ))`), and String Manipulation
1314
- Flow Control (`if`, `for`, `while`, `case`)
1415
- Built-ins (`sleep`, `read`, `printf`, `trap`, `shift`)

0 commit comments

Comments
 (0)