Is your feature request related to a problem? Please describe.
I am using JabRef and like to put my notes as bullet points into the comment field of the BibTeX file.
Importing them into Obsidian via {{entry.data.fields.comment}} works, however, the line breaks are all deleted. This means that I have to go over it again and fix the formatting.
The JabRef side works fine, as the BibTeX file has the correct formatting.
Describe the solution you'd like
Correctly parse line breaks in comment blocks.
Is your feature request related to a problem? Please describe.
I am using JabRef and like to put my notes as bullet points into the comment field of the BibTeX file.
Importing them into Obsidian via
{{entry.data.fields.comment}}works, however, the line breaks are all deleted. This means that I have to go over it again and fix the formatting.The JabRef side works fine, as the BibTeX file has the correct formatting.
Describe the solution you'd like
Correctly parse line breaks in comment blocks.