# Markdown Examples ✓ pwd output ```shell /Users/louie/code/work/gitlab/gems-rb/makit ``` | exit code | started at | duration | user | device | os | directory | | --- | --- | --- | --- | --- | --- | --- | | 0 | 2024-10-05 10:37:22 | 0h 0m 0.0s | | | | /Users/louie/code/work/gitlab/gems-rb/makit | ✓ git --version output ```shell git version 2.39.5 (Apple Git-154) ``` | exit code | started at | duration | user | device | os | directory | | --- | --- | --- | --- | --- | --- | --- | | 0 | 2024-10-05 10:37:22 | 0h 0m 0.01s | | | | /Users/louie/code/work/gitlab/gems-rb/makit | ✓ ruby --version output ```shell ruby 3.2.0 (2022-12-25 revision a528908271) [arm64-darwin23] ``` | exit code | started at | duration | user | device | os | directory | | --- | --- | --- | --- | --- | --- | --- | | 0 | 2024-10-05 10:37:22 | 0h 0m 0.01s | | | | /Users/louie/code/work/gitlab/gems-rb/makit |