From cf2d68dabad2a8740ff60ff89042e4dd04565de4 Mon Sep 17 00:00:00 2001 From: Matt Bierner Date: Thu, 1 Jul 2021 10:18:43 -0700 Subject: [PATCH] Add markdown math support readme Fixes #127692 --- extensions/markdown-math/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/extensions/markdown-math/README.md b/extensions/markdown-math/README.md index 64d18d01be3..09a73bc1b1a 100644 --- a/extensions/markdown-math/README.md +++ b/extensions/markdown-math/README.md @@ -1,3 +1,5 @@ -# Markdown Math support +# Markdown Math **Notice:** This extension is bundled with Visual Studio Code. It can be disabled but not uninstalled. + +Adds math rendering using [KaTeX](https://katex.org) to VS Code's built-in markdown preview and markdown cells in notebooks.