-
This issue is motivated by recent problems with slow DOI loading. In those cases, after running `myst start` everything just seemed to freeze for a long time before the built site was available. There…
-
Hi!
remark is switching to a new parser (and compiler) internally ([`remarkjs/remark#536`](https://github.com/remarkjs/remark/pull/536)), which will break this plugin.
I will create a generic dire…
-
It would be nice to generate speech output for images using the alt attribute. I think this is the relevant AST node: https://github.com/syntax-tree/mdast#image.
I'm not quite sure what consequence…
ghost updated
4 years ago
-
### Subject of the issue
```markdown
***a*a*a* a*
```
is parsed as
```json
{
"type": "root",
"children": [
{
"type": "paragraph",
"children…
-
**Question**
I am trying to use [an npm module](https://github.com/jsarafajr/slackify-markdown) as there is no native Deno equivalent. I am trying to convert GitHub markdown to Slack's custom markd…
-
The source maps appear to be missing from the npm package. I got an error saying the source maps were missing, and found them to indeed be missing from `node_modules/ts-mdast`. I tried building the pa…
-
Hi!
For some reason I can't get the Remark plugin working in VS Code :(
## Steps to reproduce
1. Clone [this reproduction example project](https://github.com/vintagentleman/mdx-heading-id-iss…
-
This is more of a reminder to myself, unless someone wants to do a PR. Currently, the parser is more of a lexer/tokenizer that returns a token stream. I can expose a method for creating an AST.
Some…
-
Hi!
remark is switching to a new parser (and compiler) internally ([micromark](https://github.com/micromark/micromark), [`remarkjs/remark#536`](https://github.com/remarkjs/remark/pull/536)), which …
-
I’m using MDX and I added `remark-deflist` as a plugin so I could so something like this:
```markdown
term
: description and here is a link
```
I assumed that would work but it seems to thr…