-
Currently, the only way to set the content of a MarkdownTextBlock is via the `Text` property, which internally uses `Markdown.Parse` to convert to a `MarkdownDocument`. It would be nice to also allow …
-
## 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 …
-
Hi,
It would be nice to have support for markdown-it containers via the https://github.com/markdown-it/markdown-it-container plugin. Any chance that you add support for this?
-
Is it possible to use any of plugins from markdow-it?
-
It's a shame that Vscode's markdown preview doesn't have a collapse feature. I'm sure it would be much easier to read markdown files if they were collapsible.
-
### Contributing guidelines
- [X] I have read [CONTRIBUTING.md](https://github.com/echasnovski/mini.nvim/blob/main/CONTRIBUTING.md)
- [X] I have read [CODE_OF_CONDUCT.md](https://github.com/echasn…
-
If you are having trouble with a "`window` is undefined"–type of error while trying to use it with a universal (SSR, Server-side rendered) app, you might want to follow this guide: https://medium.com/…
-
A markdown like declared like this:
```
[Empty Link]()
```
Is displayed correctly, but when clicked, it crashes with this exception:
System.InvalidOperationException: 'Cannot start pro…
-
ASCIIDoc is a superior markdown, meant to be complete enough to typeset a book. Indeed, [many](https://www.kevinwmcconnell.com/writing/how-i-wrote-my-book) [published](https://yieldcode.blog/post/asci…
-
A widely used `mkdocs` plugin is introducing admonitions. I have a lot of code examples in expandable admonitions, like so:
```
??? quote
```python
x = 1
```
```
Using thi…