Support math inside different delimiters such as `\\[ \\]` and `\\( \\)`
See original GitHub issueIt seems that this extension only support math code intellisense inside dollars sign. It will be lovely if \[\]
and \(\)
are also supported.
Screenshot
TODOs
-
Math rendering — upstream https://github.com/waylonflinn/markdown-it-katex
-
Intellisense (auto-completion) — help wanted https://github.com/yzhang-gh/vscode-markdown/blob/850f2aaa30d50e7d3b6b42fc37c19f0d2ed254d5/src/completion.ts#L469-L481
-
Toggle math environment — help wanted https://github.com/yzhang-gh/vscode-markdown/blob/850f2aaa30d50e7d3b6b42fc37c19f0d2ed254d5/src/formatting.ts#L191-L199 BTW, defining your own snippets is recommended as we need to add a new option to control the delimiter order if we choose to use the above command.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:6 (3 by maintainers)
Top Results From Across the Web
Symbols: Delimiters - Abstractmath.org
Introduction. Delimiters are pairs of symbols used in the symbolic language either for enclosing expressions or as operators. This list includes only the...
Read more >math operator spacing when used with delimiter modifiers ...
I noticed that using any delimiter modifiers like \left( \right) or \big( \Big( etc after a math operator like \cos inserts a small ......
Read more >Math support in Markdown | The GitHub Blog
Support for displaying math expressions has been a highly requested feature for over 8 years. From today, you can use the $ and...
Read more >TeX and LaTeX math delimiters — MathJax 3.2 documentation
For example, with single-dollar delimiters, “… the cost is $2.50 for the first one, and $2.00 for each additional one …” would cause...
Read more >How do I split a line into pieces when there are different ...
Use String.split() with multiple delimiters (15 answers). Java Splitting With Math Expression (6 answers). Closed last year.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
It can be done, although we haven’t supported
\(\)
syntax yethas this been fixed yet?