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
This is an obvious bike-shed issue - we could decide to have only one kind of comments, or two choose any reasonable pair for end-of-line and multiline comments. I suggest we make one decision quickly, and change it if there's a need to later.
Treedown probably needs both:
For comments, I like to have both comment-to-end-of-line and multiline comments.
I propose that annotations use Jenni Tennison's
(:
smiley face comment format:)
.I propose that comment-to-end-of-line use either
#
(as in my current files) or//
.I propose that multi-line comments use the ubiquitous
/*
C-style comments*/
.The text was updated successfully, but these errors were encountered: