-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- [X] This issue is not a question,…
-
### What seems to be the problem? 🤔
On 5 different freesewing.dev web pages, there are links that lead to 404 web pages:
1. https://freesewing.dev/guides/patterns/pattern has 404 link https://frees…
-
As from my experience, usually, any org to html export would make a TOC out of headlines and embed it at the start of the page. I was not able to get toc to render, is this feature not supported or am…
-
This fix causes the line break element to be escaped for the props that are set as `model`. For example;
```js
/**
* Provides a two-way data binding interface to the component
* @model
*/
m…
-
### What version of `astro` are you using?
2.1.3
### Are you using an SSR adapter? If so, which one?
None
### What package manager are you using?
npm
### What operating system are you using?
Li…
-
### Preliminary Checks
- [X] This issue is not a duplicate. Before opening a new issue, please search existing issues: https://github.com/gatsbyjs/gatsby/issues
- [X] This issue is not a question, fe…
-
I tried to use the mermaidjs with the [react-markdown](https://github.com/remarkjs/react-markdown) for a [Remix app](https://remix.run/). However, my app stop working with error
```
TypeError: The…
-
How can I add a custom option to a rehype plugin?
For example, the docs at https://github.com/rehypejs/rehype-external-links say that I should use the following syntax
```js
.use(rehypeExternalLi…
-
Our example for Markdown plugins (https://docs.astro.build/en/guides/markdown-content/#markdown-plugins) shows a rehype-minify plugin being used. But, this is a collection of plugins, not a plugin its…
-
I want to suggest to avoid creating ``/`` wrappers for code blocks/inline code blocks
Instead, `data-rehype-pretty-code-fragment` attribute can be attached directly in ``/`` elements
## Before
…