Closed boakley closed 9 years ago
With commit cba40b78cffefab84d9b1cdfb97a16e4874af699 we now pass the raw text to general rules, so you can write a rule that checks for any text string you want. I don't think there's any need to preserve the comments in the parsed data.
Comments that start at the left margin are thrown away. We need to preserve them, so rules can check for them (ie: some people might want to discourage such comments, but we can't write that rule if we throw those comments away)