Results 7 issues of eeepy

### Describe the bug Types registered with `text/html` MIME type do not display in vscode.dev or github.dev. This can be observed by running [one of the HousingML sample notebooks](https://github.com/dotnet/interactive/blob/bc12bb7969ef019c58c96139668e4a9f2cf1ac2e/samples/notebooks/csharp/Samples/HousingML.ipynb#L4) in...

bug

I'm trying to work on getting [`Comms`](https://jupyter-notebook.readthedocs.io/en/4.x/comms.html) communication working with [dotnet/interactive](https://github.com/dotnet/interactive). To my understanding, I have to write a script that binds commands to actions and registers a type to...

Updated `Manager` Comms link from 404 link to what I believe is the most relevant documentation per [Wayback Machine](https://web.archive.org/web/20180801090118/http://jupyter-notebook.readthedocs.io/en/latest/comms.html).

Referencing [this issue on markdown-colorcode](https://github.com/wbaldoumas/markdown-colorcode/issues/83), this package overwrites some of the [behavior used in Markdig](https://github.com/xoofx/markdig/blob/203cfd6508d4f8fca510edd2f66f229ada2c25ad/src/Markdig.Benchmarks/spec.md#fenced-code-blocks) that appears to be in line with [the CommonMark spec](https://spec.commonmark.org/0.30/#example-142), that is, this package does...

### Description Charts passed a `Config` with `Responsive = true` still do not scale responsively. ### Repro steps Observe behavior difference when resizing the window on [Plotly.NET documentation](https://plotly.net/general/chart-config.html#Responsive-charts) vs [plotly...

To not open a redundant issue, I have reviewed #1, #23, and #28. It appears to me that Linux has worked before and code to support it was added but...

## Problem Statement Currently, ```csharp var builder = new MarkdownPipelineBuilder() // ... .UseColorCode(HtmlFormatterType.Css, /* ... */) // ... ; ``` outputs HTML of the sort: ```html ... "foo" ... ```...

question
needs: author feedback