antiweb also removes single line comments when they are embedded inside a block comment """ ######## (8 hashes) antiweb ######## (8 hashes) """ is processed to: """ ###### # (7 hashes) antiweb ###### # (7 hashes) """
antiweb also removes single line comments when they are embedded inside a block comment
"""
######## (8 hashes)
antiweb
######## (8 hashes)
"""
is processed to:
"""
# (7 hashes)
antiweb
# (7 hashes)
"""