Open vlabella opened 2 years ago
Yes you can. It looks like this:
=== "TypeScript"
<!--codeinclude-->
```typescript
[{block_name}](../../../web/test/{service_file_name}.spec.ts) inside_block:{block_name}
<!--/codeinclude-->
=== "C#"
```csharp
[{block_name}](../../../dotnet/Tests/{service_file_name}.cs) inside_block:{block_name}
```
<!--/codeinclude-->
=== "Dart"
```dart
[{block_name}](../../../dart/example/{service_file_name}.dart) inside_block:{block_name}
```
<!--/codeinclude-->
Is it possible to manually specify the programming language as one can do in mkdoc markdown file like
maybe the syntax could be