Why are normal comments failing? ``` #this is a comment ``` But this works: ``` # this is a comment ``` Shouldn't we only parse things that are actual directives?
Why are normal comments failing?
But this works:
Shouldn't we only parse things that are actual directives?