mirror of
https://github.com/archtechx/todo-system.git
synced 2025-12-12 00:54:03 +00:00
fix: handle lines starting with # in md files better
This commit is contained in:
parent
b1c165b0e8
commit
d4bf97ce12
5 changed files with 69 additions and 4 deletions
|
|
@ -26,3 +26,20 @@ def
|
|||
|
||||
- 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
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue