Dimitri POSTOLOV
Dimitri POSTOLOV
fixes https://github.com/graphprotocol/docs/issues/350
## without blockquote ## with
sometimes we put, sometimes not - we can add lint rule to always avoid
parse markdown code-blocks with mine graphql-eslint parser :)
more info https://github.com/graphprotocol/docs/pull/314#issuecomment-1490471869
https://user-images.githubusercontent.com/7361780/223741984-96a01235-5f1b-4305-8c02-6d1efa82bc45.mov
```sh > require('npm-to-yarn')('yarn add foo', 'npm'); 'npm install foo' > require('npm-to-yarn')('yarn add foo', 'pnpm'); 'yarn add foo' ``` ## pnpm ```sh > require('npm-to-yarn')('pnpm add foo', 'npm'); 'pnpm add foo' >...