Skip to content

Escaped char in Codeblock not working #101

@ElTh0r0

Description

@ElTh0r0

Example of Python code in Codeblock:

with open(myfile, 'w') as f:
f.write('\n'.join(playlist))
f.close()

Is converted by InyokaEdit to:

with open(myfile, 'w') as f:
f.write('%%NO_TRANSLATE_2%%'.join(playlist))
f.close()`

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions