diff --git a/Examples/SwiftStreamingMarkdownSample/SwiftStreamingMarkdownSample/Resources/Fixtures/kitchen-sink.md b/Examples/SwiftStreamingMarkdownSample/SwiftStreamingMarkdownSample/Resources/Fixtures/kitchen-sink.md index cac5589..3413e8a 100644 --- a/Examples/SwiftStreamingMarkdownSample/SwiftStreamingMarkdownSample/Resources/Fixtures/kitchen-sink.md +++ b/Examples/SwiftStreamingMarkdownSample/SwiftStreamingMarkdownSample/Resources/Fixtures/kitchen-sink.md @@ -142,7 +142,7 @@ Container directives from Markdown-it and GitHub-style alerts are extension synt ::: > [!NOTE] -> GitHub alert syntax is included as another block quote extension. Unsupported renderers should display it as quoted text. +> GitHub alert syntax is included as another block quote extension. This should display with a colored bar and icon to the left. > [!WARNING] > Alerts with multiple paragraphs should still wrap and stream without corrupting following content. diff --git a/README.md b/README.md index efae63a..347540f 100644 --- a/README.md +++ b/README.md @@ -113,13 +113,13 @@ The renderer targets the subset of CommonMark + GitHub-flavored Markdown that LL - [x] Inline LaTeX math via `\( … \)` - [x] Display LaTeX math via `$$ … $$` - [x] Inline citation pills +- [x] GitHub alerts (`> [!NOTE]`) — rendered as block quotes with icon and color ### Not yet supported - [ ] Footnotes (`[^1]`) - [ ] Highlight (`==text==`), superscript (`^x^`), subscript (`~x~`) - [ ] Raw HTML (`
`, ``, `