-
---
### Initial checklist
* [x] I read the support docs
* [x] I read the contributing guide
* [x] I agree to follow the code of conduct
* [x] I searched issues and couldn’t fin…
-
The contents of inline tags are being trimmed. When parsing html to markdown:
**Input**
```
a b c d e
```
**Expected output**
```
a b c d **e**
```
**Actual output**
```
a bc d**e**
…
-
I'm using mdast-react in an isomorphic react app. I'm getting warnings from React on the client about the server-generated markup differing from what the client generated. I've tracked this down to th…
-
### Initial checklist
- [X] I read the [support docs](https://github.com/micromark/.github/blob/main/support.md)
- [X] I read the [contributing guide](https://github.com/micromark/.github/blob/mai…
-
-
### Describe the bug
While trying to use react-markdown in my vite react starter template, the website crashes in production build with some vague error, the dev build of the same works fine.
### …
-
### Initial checklist
- [X] I read the [support docs](https://github.com/syntax-tree/.github/blob/main/support.md)
- [X] I read the [contributing guide](https://github.com/syntax-tree/.github/blob/ma…
-
### Initial checklist
* [x] I read the support docs
* [x] I read the contributing guide
* [x] I agree to follow the code of conduct
* [x] I searched issues and couldn’t find anyth…
-
I have a markdown file with the following markup:
```
- A bullet with two trailing spaces
Next line obviously starting with two spaces.
```
The linter shows the warning: `Use two spaces for…
-
## Description
I use `gatsby-remark-autolink-headers` with `enableCustomId: true` to
create headers with custom link targets:
# Header {#header}
## SubHeader {#subheader}
The resu…