Skip to content

Commit 2d33390

Browse files
Hide TODO sections
1 parent b0e4641 commit 2d33390

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

document.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ const template = name =>
99
`
1010
# ${name}
1111
12+
<!-- TODO-START
1213
TODO: Fill short description here.
1314
1415
## Type signature
@@ -30,6 +31,7 @@ ${name}(); // ⇒ TODO
3031
## Questions
3132
3233
TODO: List questions that may this function answers.
34+
TODO-END -->
3335
`.trimLeft();
3436

3537
const [ignoredFiles, ignoredDirectories] = ignored;

0 commit comments

Comments
 (0)