IBM / license-scanner

License Scanner
Apache License 2.0
6 stars 3 forks source link

COIL-1.0 (markdown prefixes) #21

Closed markstur closed 2 years ago

markstur commented 2 years ago

Markdown-style ## prefixes are currently a problem because the normalizer will eat the first one (line comment). A partial fix for this re: optional/newline is in #20 but that works by more consistently removing one #. To fix COIL-1.0 we should remove more than one #.

For markdown prefixes 1-6 # chars would be a header.

Like this

or even this