Citations are currently references between brackets. When we export the file in markdown, the brackets are escaped, which produces in-text citations between square brackets, instead of being interpreted as a regular citations.
We need to add a way to identify citations in the document, but without using a node, to avoid having the issues from #587.
Once we can identify citations, we should also prevent the user from removing the brackets.
Citations are currently references between brackets. When we export the file in markdown, the brackets are escaped, which produces in-text citations between square brackets, instead of being interpreted as a regular citations.
We need to add a way to identify citations in the document, but without using a node, to avoid having the issues from #587.
Once we can identify citations, we should also prevent the user from removing the brackets.