iamcco / iamcco/markdown-preview.nvim

how to configure it to support rendering `\( a + b \)` as formula rather than plaintext?

Open
#687 0 comments 1 reaction 0 assignees View on GitHub
Dominant language
JavaScript
Stars
8k
Forks
411
PR merge metrics
No merged PRs in 30d

Description

how to configure it to support rendering `\( a + b \)` as formula rather than plaintext?

With following configuration
```
let g:mkdp_auto_start = 1
let g:mkdp_preview_options = {
\ 'mathjax': {
\ 'inlineMath': [ ['$', '$'], ['\\(','\\)'] ],
\ 'displayMath': [ ['\\[','\\]'] ],
\ }
\ }
```
`\( a + b \)` is not treated as math formula

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.