Skip to content

Handle "in-line" math blocks that span multiple lines#59

Open
mccann wants to merge 1 commit into
kokes:masterfrom
mccann:master
Open

Handle "in-line" math blocks that span multiple lines#59
mccann wants to merge 1 commit into
kokes:masterfrom
mccann:master

Conversation

@mccann

@mccann mccann commented May 14, 2023

Copy link
Copy Markdown

Bring into alignment with vscode and jupyter.

Permit $e^{\lambda t}$ (as before)

Permit multi-line 'in-line' entry (New functionality) such as:

This $
\begin{bmatrix}
1 & 0 \
0 & 1 \
\end{bmatrix}
$ is an in-line identity matrix.

Bring into alignment with vscode and jupyter.

Permit $e^{\lambda t}$  (as before)

Permit multi-line 'in-line' entry (New functionality) such as:

This $
\begin{bmatrix}
  1 & 0 \\
  0 & 1 \\
\end{bmatrix}
$ is an in-line identity matrix.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant