joeyuping / quick_latex_obsidian

MIT License
326 stars 21 forks source link

new line #53

Closed secchipietro04 closed 1 year ago

secchipietro04 commented 2 years ago

how do i go to new line? I tried \ \ \n \newline but nothing. thanks

joeyuping commented 2 years ago

Hi! Sorry, I am not really sure what you mean. A new line in obsidian simply needs to press enter. or do your require a newline in any specific place?

for multi-line latex, use double dollar sign to enclose the expression:

$$ your latex here can have multi-line, just press enter $$

might this be what you need?

julianmueller commented 2 years ago

there is no multiline in latex math. You'd need an environment for that. Like \begin{matrix}\end{matrix} or array or cases. But this is not related to this plugin.