brodieG / unitizer

Easy R Unit Tests
Other
39 stars 6 forks source link

Sticky Comments #290

Open brodieG opened 2 years ago

brodieG commented 2 years ago

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.