Open jkost opened 4 years ago
Fails to identify code that is next to each other, e.g. something like this:
for. bash ...
for
bash ...
mixes up for with bash as they are in the same block even though they are in different lines. It identifies it correctly in source view but not in Preview!
bash
Fails to identify code that is next to each other, e.g. something like this:
mixes up
for
withbash
as they are in the same block even though they are in different lines. It identifies it correctly in source view but not in Preview!