debanjandhar12 / logseq-anki-sync

An logseq to anki syncing plugin with superpowers - image occlusion, card direction, incremental cards, and a lot more.
GNU Affero General Public License v3.0
462 stars 34 forks source link

Handle inline latex differently from multi-line latex #207

Open sai-prasanna opened 1 year ago

sai-prasanna commented 1 year ago

Currently all latex get's mapped to multi-line latex "\[ \]" syntax, but logseq allows inline latex to be described with $latex$instead of $$multi-line$$latex. I think we should map single dollar signed latex to "\( \)".

debanjandhar12 commented 9 months ago

Failed to reproduce. Can you provide the block contents please?