gatsby-remark-code-titles icon indicating copy to clipboard operation
gatsby-remark-code-titles copied to clipboard

Doesn't work with additional language

Open garlen-javier opened this issue 4 years ago • 0 comments

I tried this plugin together with gatsby-remark-vscode, other language are working fine but seems it is not working with added language like dart.

Example:

```dart:title=main.dart
void main() =>
    runApp(
      DevicePreview(
        enabled: true,
        builder: (context) => MyApp(),
      ),
    );

Output: vscode_dart

garlen-javier avatar Jan 13 '21 00:01 garlen-javier