You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all, thanks for your great work. I'm using this lib for quite a bit now
I have an issue with specific LaTeX-based content, which can be write as $$\dfrac{2}{5}$$
In a batch, when i'm saving a node such as txn.save({content: '$$\dfrac{2}{5}$$'})
i got {2} replaced by https://<PATH_TO_MY_DB>/db/data/relationship/3360673
Any idea how to prevent that ?
The text was updated successfully, but these errors were encountered:
Hi !
First of all, thanks for your great work. I'm using this lib for quite a bit now
I have an issue with specific LaTeX-based content, which can be write as$$\dfrac{2}{5}$$
In a batch, when i'm saving a node such as
txn.save({content: '$$\dfrac{2}{5}$$'})
i got
{2}
replaced byhttps://<PATH_TO_MY_DB>/db/data/relationship/3360673
Any idea how to prevent that ?
The text was updated successfully, but these errors were encountered: