logseq-live-math
logseq-live-math copied to clipboard
[Bug] multiline math issues
What happened?
It should be \begin{align}\end{align}
Logseq Version
0.10.3
Logseq Live Math Version
1.3.1
Quick check
- [X] There is no existing issue about this bug
Additional context
No response
Oh, this bug is very unfriendly to new users. While this is mainly caused by upstream, I'll try to fix it.
As a workaround, I created an inline shortcut (edit settings.json in the plugin settings page, link)
"align": "\\begin{align*}\n#? &= #? \\\\\n #? &= #?\\end{align*}",
After I typed "align", something like this will show
As a temporary fix, I changed lines environment to gather implicitly (see above commit and https://github.com/AllanChain/logseq-live-math/releases/tag/v1.4.0). Further fixes require upstream fixes.