-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
junie: Use citeproc-java's Markdown conversion #13623
Copy link
Copy link
Labels
good second issueIssues that involve a tour of two or three interweaved components in JabRefIssues that involve a tour of two or three interweaved components in JabRefsize: medium📌 Pinned📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)🔔 reminder-sent
Metadata
Metadata
Assignees
Labels
good second issueIssues that involve a tour of two or three interweaved components in JabRefIssues that involve a tour of two or three interweaved components in JabRefsize: medium📌 Pinned📍 AssignedAssigned by assign-issue-action (or manually assigned)Assigned by assign-issue-action (or manually assigned)🔔 reminder-sent
Type
Fields
Give feedbackNo fields configured for task.
citeproc-javaoffers Markdown output -> michel-kraemer/citeproc-java#252This could be more advanced than a simple HTML to markdown conversion we implemented in #13387.
Task:
processMarkdownAsMarkdowninjabgui/src/test/java/org/jabref/gui/preview/ClipboardContentGeneratorTest.java. This is more a documentation for JabRef developers than a real test.processMarkdown, introduce a check if CSL is used. If yes, use CiteProcs conversion. If not, use Flexmark.Could be a bit more complicated due to visiblity, etc.
Note: This is a follow-up to #12552