-
### Steps to reproduce
Paste this in chat:
```markdown
Anything with a `rating` uses an integer from 1 to 7:
- 7 - **Perfect**, must try, life-changing, go out of your way to seek this out
- …
-
When I ask Copilot to translate Markdown, it translates it until it encounters backsticks (for example, a block of code) - and then does not write anything
Please fix this as it is a major inconvenie…
-
### Requested feature
Add Latex and [mathpix-markdown-it](https://github.com/Mathpix/mathpix-markdown-it) formats as available outputs
nougat uses Mathpix Markdown and it creates beautiful formula…
-
Hello.
I created vite project `npm create vite@latest` (react + typescript) (node 18.15.0)
then i installed `"mathpix-markdown-it": "1.2.13"`
then i used it in my project
```
import { MathpixMa…
-
I love the plugin because it can render code block with highlight.js in markdown editor. but I want to change highlight.js theme in markdown editor, is that possible?
-
### Context
Currently the dependencies of this package are quite outdated and the `markdown-it` 14 is not supported.
### Proposal
- Add support for `markdown-it` >=14.
- Update dependencies.…
-
Background:
In `tests/rendering/markdown-additional.md` looking at the toc revealed an issue with how we allow using vivify's `config.json` to set the markdown-it options for [markdown-it-table-of-…
-
# Heading level 1
## Heading level 2
### Heading level 3
- list item
- list item
`....`
```
.....
```
```xml
Hi there
```
-
I used @vrcd-community/markdown-it-video to embed videos.
The config file is looks like:
```
markdown: {
config: (md) => {
//console.log("md", md);
md.use(markdownItVideo, {});…
-
能否考虑将组件内置的markdown-it插件制作成单独依赖