# Some project foo bar ## Some section abc def - foo - baz - [ ] baz ## TODOs - abc - todo0 def - todo00: ghi - [ ] bar - [ ] baz ## Another section - abc - def ``` #!/bin/bash # call foo with bar argument foo bar #comment without space ``` #Example script: ``` #!/bin/bash # call foo with bar argument foo bar #comment without space ```