Closed secchipietro04 closed 1 year 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?
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.
how do i go to new line? I tried \ \ \n \newline but nothing. thanks