MyNihongo / MudBlazor.Markdown

Markdown component based on the MudBlazor environment
https://mudblazor.com/
MIT License
115 stars 13 forks source link

Fixed issue with empty code blocks #246

Closed SommerEngineering closed 2 months ago

SommerEngineering commented 2 months ago

Blazor crashes with System.NotImplementedException: Unexpected frame type during RemoveOldFrame when an empty code block appears. See #247 for additional details.

MihailsKuzmins commented 2 months ago

With the new implementation of how the code block is rendered, there seems to be no need to check it (#249).