[...]
the workaround is to make the word not look like a number.
for version numbers, use add an extra ".0" or similar (e.g. "1.0.0"), for enumerations use "#1" or "1)" instead of "1.".
Sweet, thanks for the explanation and workaround suggestion!
best, P