fisker Cheung

Results 1275 comments of fisker Cheung

@kachkaev This change is something I wanted to do for a long time, because we don't need to copy the whole Prettier package and serve it from our server for...

Use `latest` seems not a good idea https://github.com/prettier/prettier/issues/9879 Also, the `latest` link redirects.

I'll go with `save a stable version manifest file after release.` approach. I need update release script to support publishing plugins first. (Currently, manually published)

May I ask which package is actually doing the parsing? Too many dependencies... Not sure where to fix. Is it `micromark-extension-gfm-autolink-literal`?

It's blocking Prettier, what should we do? Simply join them as a Node?

> what joining means? Children in `link` don't have position information, I mean I should join the children as a normal text. > what alternatives you have? I don't. Since...

Should we reconsider allowing disable "autolink" then? https://github.com/remarkjs/remark-gfm/issues/16#issuecomment-899046315

I'm trying to make an own mdast-util-gfm by removing `gfmAutolinkLiteralFromMarkdown` and `gfmAutolinkLiteralToMarkdown`, somehow ``` >cat test.md _http://www.example.com:80/_a*b_ >yarn debug test.md test.md{ type: 'paragraph', children: [ { type: 'emphasis', children: [],...

This is a known issue in the printer, the space is actually printed, but erased incorrectly. It's hard to fix, many places rely on this behavior.

https://github.com/prettier/prettier/issues/14152