-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Markdown rendering should keep {} #10928
Copy link
Copy link
Closed
Labels
good first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.
Metadata
Metadata
Assignees
Labels
good first issueAn issue intended for project-newcomers. Varies in difficulty.An issue intended for project-newcomers. Varies in difficulty.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Projects
StatusShow more project fields
Done
StatusShow more project fields
Done
JabRef has internally a field marker that marks a field as
Markdown.org.jabref.model.entry.field.FieldProperty#MARKDOWNWhen that field is rendered in the preview,
{}should be kept.Example content of a Comment:
This issue is more about code reading and understanding JabRef's archictecture. The "real" fix should be a few lines of code: Checking for the field property
MARKDOWNand passing the field value with plain latex (and not latex free).