Indented text gone flat after importing
-
Hi,
When I have an indented text like code snippets like this:
fruits = ["apple", "banana", "cherry"] for x in fruits: print(x)
After importing from Word, it becomes like this:
fruits = [“apple”, “banana”, “cherry”]
for x in fruits:
print(x)How to solve this issue?
Best Regards,
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Indented text gone flat after importing’ is closed to new replies.