Daniel Cazzulino
Daniel Cazzulino
Quick Q @erdembayar: does the nuget.org use markdig rendering? (starting from [ConvertsMarkdownToHtml](https://github.com/NuGet/NuGetGallery/blob/main/tests/NuGetGallery.Facts/Services/MarkdownServiceFacts.cs#L108))
Ok, with an update to Markdig and a one-liner `.UseAlertBlocks()`, the following inline data passes for the mentioned test: ```csharp [InlineData( """ > [!NOTE] > This is a note """,...
I guess as a test PR, it showcases that for someone that can actually run the site, it should be fairly straightforward to add support for this :)
Test should be passing now. Screenshots below. Dark mode:  Light mode; 
any updates @erdembayar @lyndaidaii ?
Any updates?
@erdembayar the sample package I used is available as source (pretty bare, mind you) at https://github.com/kzu/Observable. It's basically this readme: [readme.md](https://github.com/user-attachments/files/17285775/readme.md) And a nuspec like ```xml Observable 0.2.0 Daniel Cazzulino...
I rebased, and I'm getting proper styles:  The app isn't requesting anything other than the fabric.css and bootstrap.min.css:  And those seem to be the default alert styles in...
@erdembayar what I meant is that the rebase didn't make any difference. Just in case, I just pushed anyways after a new rebase. The NOTE will never look like that...
BTW, I'm happy to just copy over from github css the style for the above, but I've no idea if that's what you want design-wise for nuget.org :)