unitizer icon indicating copy to clipboard operation
unitizer copied to clipboard

Sticky Comments

Open brodieG opened this issue 2 years ago • 0 comments

Would allow using comments as a sort of subsection, for example in:

## A comment
test1
test2   ## extra

test3

## Another comment
test4
test5 

The review prompts would look like:

## A comment
test1
---
## A comment
## extra
test2
---
test3
---
## Another Comment
test4
---
## Another Comment
test5

Notice test 3 doesn't have a comment as it got cleared by the newline.

brodieG avatar Jun 12 '22 12:06 brodieG