-
It seems like marked as a renderer is dying/being-abandoned. As best as I can tell markdown-it is the most similar replacement. Maybe it's time to implement a new renderer or allow a BYO-renderer api?
-
Hi roq team,
As far as I can tell, there's no support currently for markdown tables such as that:
```md
| Time Range | Response time
| :--------: | :-------:
| Last 5m | 984 ms
| La…
-
Consider the following usecase: I have a Vue component, which I need to use very frequently in my markdown text. In my case, it links a term used in the text with a glossary entry. Because it is too v…
-
## Context
Hi,
I have a security/dependabot issue opened when I use the latest `@stoplight/elements` regarding the usage of `@sentry/browser@6.19.7`.
I can see this dependency has been dropped …
-
```ts
import markdownit from 'markdown-it';
import cjkBreaksExt from 'markdown-it-cjk-breaks';
let md = markdownit({
html: true,
});
md = md.use(cjkBreaksExt);
md.render('**a**\nb');
```…
-
Brilliant tool, thanks for building and sharing it.
I found our repository [AFM-SPM/TopoStats:main](https://github.com/AFM-SPM/TopoStats) failed on a few things, one of which was using a `[PC180](h…
-
### Description
I [previously requested](https://github.com/marimo-team/marimo/issues/1975) that the markdown rendering be more similar to the jupyter one, with the user having to click twice to edit…
-
Does markdown-it-mermaid support asynchronous rendering using `mermaid.render` instead of just rendering on first page load?
-
## Feature request
Enable the use of [markdown-it](https://github.com/markdown-it/markdown-it) renderer instead of marked.
#### What problem does this feature solve?
Docsify is an i…
-
To make it easy to add charts to pages, let's add support for [Mermaid](https://mermaid.js.org/) via `mermaid-py`: https://mermaidpy.vercel.app/.
See the docs on how to write a Markdown plugin as a…