Skip to content

Commit 97b8a28

Browse files
Fixing #i rendering
On the docs page, the letter `i` is not rendered for nuget source snippets. This might be because the language is set to `fsharp`. The NuGet installation snippets don't have `fsharp` as the language of the code snippet and the letter `r` renders correctly. This is a quick fix and might need more investigation on the F# Formatting side.
1 parent cfb0e4b commit 97b8a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/index.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ If the interactive extension does not work, please file an issue and we will try
100100
101101
A possible fix for this is the inclusion of Dotnet.Interactive preview package sources. To use these, add the following lines before referencning Plotly.NET.Interactive:
102102
103-
```fsharp
103+
```
104104
#i "nuget:https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json"
105105
#i "nuget:https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json"
106106
```

0 commit comments

Comments
 (0)