SilentVoid13 / Templater

A template plugin for obsidian
https://silentvoid13.github.io/Templater
GNU Affero General Public License v3.0
3.29k stars 198 forks source link

Codeblock requiring escape character to close #1502

Closed Jathosn closed 2 hours ago

Jathosn commented 3 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 Screenshot 2024-11-18 144426

Additional context

Zachatoo commented 2 hours ago

This is a duplicate of #1204 , see that thread for the current status of this bug.