Scott Christopherson
Scott Christopherson
Fenced code blocks are parsed as inline code if backticks are not preceded by two newlines. Example input: ```js const input = "Run the following commands and verify no results...
When using this plugin, handling animation callbacks using the deferred format doesn't seem to be possible: ``` javascript $('.elements').animate({ left: '100px' }); $.when( $('.elements') ).done(function( elements ) { // all...
### Which packages are impacted by your issue? @graphql-codegen/typescript-react-apollo ### Describe the bug When following the `typescript-react-apollo` install instructions at: https://the-guild.dev/graphql/codegen/plugins/typescript/typescript-react-apollo#installation ``` yarn add --dev @graphql-codegen/typescript-react-apollo ``` I receive a...