diff --git a/Examples/SwiftStreamingMarkdownSample/SwiftStreamingMarkdownSample/Resources/Fixtures/kitchen-sink.md b/Examples/SwiftStreamingMarkdownSample/SwiftStreamingMarkdownSample/Resources/Fixtures/kitchen-sink.md index cac5589..99d787a 100644 --- a/Examples/SwiftStreamingMarkdownSample/SwiftStreamingMarkdownSample/Resources/Fixtures/kitchen-sink.md +++ b/Examples/SwiftStreamingMarkdownSample/SwiftStreamingMarkdownSample/Resources/Fixtures/kitchen-sink.md @@ -232,11 +232,11 @@ flowchart TD Supported --> Citations[Citation attachments] ``` -## Footnotes and definitions fallback +## Footnotes and definition-list fallback Here is a footnote reference.[^streaming] -[^streaming]: Footnote syntax is included to check how unsupported block extensions degrade. +[^streaming]: Footnote definitions render in a notes section at the end of the document. Term : Definition list syntax is included as another compatibility check. diff --git a/README.md b/README.md index efae63a..3717108 100644 --- a/README.md +++ b/README.md @@ -108,6 +108,7 @@ The renderer targets the subset of CommonMark + GitHub-flavored Markdown that LL - [x] Ordered lists - [x] Unordered lists (with nesting) - [x] Task lists (`- [ ]` / `- [x]`), display-only +- [x] Footnotes (`[^1]`), superscript references with an end-of-document notes section - [x] Thematic breaks (`---`) - [x] Tables with `:---`, `:---:`, `---:` column alignment - [x] Inline LaTeX math via `\( … \)` @@ -116,7 +117,6 @@ The renderer targets the subset of CommonMark + GitHub-flavored Markdown that LL ### Not yet supported -- [ ] Footnotes (`[^1]`) - [ ] Highlight (`==text==`), superscript (`^x^`), subscript (`~x~`) - [ ] Raw HTML (`
`, ``, `