Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Add support for blocks #16

Open
gustawdaniel opened this issue Aug 22, 2019 · 2 comments
Open

Add support for blocks #16

gustawdaniel opened this issue Aug 22, 2019 · 2 comments

Comments

@gustawdaniel
Copy link

Expected

$$
a + b = c
$$

should works, but I need to write $a + b = c$.

In example of mathjax

https://jsbin.com/?html,output

syntax with blocks works.

@fredericcogny
Copy link

have you tried $$a + b = c$$

it works for me and it seems to be the adopted convention: https://vuepress.github.io/en/plugins/mathjax/#conventions

I agree though that it would be nicer to allow newline after the init block marker and newline before the closing block marker.

If it works for you as well with the change above maybe you can rephrase the issue?

@ysqi
Copy link

ysqi commented Jul 9, 2020

will be auto format with newline when i write md in vscode 😢 。

and I think you should remove whitespace

/(^\s*)|(\s*$)|(^\n*)|(\n*$)/g

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants