diff --git a/src/components/Note/MarkdownArticle/MarkdownArticle.tsx b/src/components/Note/MarkdownArticle/MarkdownArticle.tsx index b5e1e687..e6110653 100644 --- a/src/components/Note/MarkdownArticle/MarkdownArticle.tsx +++ b/src/components/Note/MarkdownArticle/MarkdownArticle.tsx @@ -92,6 +92,13 @@ function resolveImetaForMarkdownImageUrl( return { url: cleaned, pubkey: eventPubkey } } +/** + * Host for marked paragraph bodies that may include block-level nodes from {@link renderInlineTokens} + * (e.g. `` → {@link MediaPlayer}). `
` cannot wrap `
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
{inlineNodes}
+ return ( ++