Improvement
• 1 minute read

Fenced block syntax for mathematical expressions

Summary

Users can now delineate mathematical expressions using ```math fenced code block syntax in addition to the already supported delimiters. Two dollar sign $$ delimiters are not required if this method…

Users can now delineate mathematical expressions using ```math fenced code block syntax in addition to the already supported delimiters. Two dollar sign $$ delimiters are not required if this method is used.

**Here is some math!**

```math
\sqrt{3}
```

becomes

math-expression-as-a-fenced-code-block

Read more about working with advanced formatting

Back to top