Commit graph

10 commits

Author SHA1 Message Date
Matt Bierner 0e09ae9244
Don't include node types in markdown-math 2021-07-22 17:53:53 -07:00
Matt Bierner 3d2a28fcd8
Disable math highlighting in markdown fenced code blocks 2021-07-01 15:46:56 -07:00
Matt Bierner cf2d68daba
Add markdown math support readme
Fixes #127692
2021-07-01 10:18:50 -07:00
Matt Bierner 9d443dd8c4
Pull in copied katex css instead of node_modules 2021-06-29 22:37:19 -07:00
Matt Bierner 2ae31a96cf
Add math grammar/language to markdown math blocks
Fixes #124719
2021-06-17 18:01:19 -07:00
Matt Bierner e992821871
Remove console.log 2021-06-17 18:01:19 -07:00
Matt Bierner 9d626f12e8
Split MarkdownString out of MarkedString
`MarkedString` is deprecated so it's a little confusing that we still use the type in a few places. Instead split out the non-deprecated `MarkdownString` type
2021-06-16 14:26:18 -07:00
Matt Bierner bc14fe9e8d
Use templates for markdown styles
These styles shouldn't be added into the notebook itself, only into the shadow dom of the markdown cells
2021-06-09 15:17:21 -07:00
Matt Bierner 0a57fd87b1
Enable math in markdown preview
Fixes #124783
2021-06-08 09:58:54 -07:00
Matt Bierner 34f0fcaf52
Rename notebook-markdown-extension to markdown-math
This makes it more clear what this extension is contributing
2021-06-08 09:58:54 -07:00