erossini / BlazorMarkdownEditor

Complete Markdown Editor component for Blazor WebAssembly and Blazor Server. Full of functionalities
https://www.puresourcecode.com/dotnet/blazor/markdown-editor-component-for-blazor/
MIT License
139 stars 20 forks source link

Demo app crashes on startup: 'hljs is not defined' #46

Open BeepBeepBopBop opened 1 month ago

BeepBeepBopBop commented 1 month ago

Hello, I have downloaded the repository and trying to learn how to use your library but the demo app systematycally crashes on startup with the following message:

'ReferenceError: hljs is not defined' in 'csharp.min.js' on line 'hljs.registerLanguage("csharp",e)})();'

Thanks for any help with this

erossini commented 1 month ago

OK, I have the same issue. You just have to refresh with Ctrl+F5 and the issue will disappear.