JetBrains / JetBrains/markdown
support `\[` and `\]` block math and `\(` and `\(` inline math
Open
- Dominant language
- Kotlin
- Stars
- 958
- Forks
- 104
- Avg merge
- 17h 30m
- Merged PRs (30d)
- 12
Description
support `\[` and `\]` block math and `\(` and `\(` inline math
https://gohugo.io/content-management/mathematics/#step-4
```markdown
This is an inline \(a^*=x-b^*\) equation.
These are block equations:
\[a^*=x-b^*\]
\[ a^*=x-b^* \]
\[
a^*=x-b^*
\]
These are also block equations:
$$a^*=x-b^*$$
$$ a^*=x-b^* $$
$$
a^*=x-b^*
$$
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.