Closed Jathosn closed 2 hours ago
Plugin information (please complete the following information):
Describe the bug The addon breaks my code block and makes me unable to close it without adding an escape character.
With escape character:
printf("%s </%s>\n", author->name, author->email);
Without escape character:
printf("%s <%s>\n", author->name, author->email);
Expected behavior I expect to be able to input any code inside my code blocks without it breaking
Screenshots
Additional context
This is a duplicate of #1204 , see that thread for the current status of this bug.
Plugin information (please complete the following information):
Describe the bug The addon breaks my code block and makes me unable to close it without adding an escape character.
With escape character:
Without escape character:
Expected behavior I expect to be able to input any code inside my code blocks without it breaking
Screenshots
Additional context