You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 5, 2022. It is now read-only.
In a list item, multiple lines are concatenated. As a result, a
comment anywhere in the item runs until the end of the item, effectively
commenting everything that follows it, such as in:
section:
- line1
line2
# line3
line4
The item in this section will have a value of "line1 line2".
Signed-off-by: David Wagner <[email protected]>
0 commit comments