Skip to content

Markdown rendering should keep {} #10928

@koppor

Description

@koppor

JabRef has internally a field marker that marks a field as Markdown. org.jabref.model.entry.field.FieldProperty#MARKDOWN

When that field is rendered in the preview, {} should be kept.

Example content of a Comment:

# test

{ test }

```javascript
function hero() {
}
```

307950652-09a3c1b5-dcb5-4553-bce6-766ca5775b84

307951490-65d6369a-f775-4183-89d0-371cf46cc9c1


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 MARKDOWN and passing the field value with plain latex (and not latex free).

Metadata

Metadata

Assignees

Labels

good first issueAn issue intended for project-newcomers. Varies in difficulty.

Type

No type
No fields configured for issues without a type.

Projects

Status
Done
Status
Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions