InlineMarkdown(__namedParameters: ReactMarkdownOptions): Element
InlineMarkdown is a implementation of ReactMarkdown that removes the
default wrapping div injected by ReactMarkdown and replaces it
with a span.
It does so by passing className to our wrapping span, rather than passing it
directly to ReactMarkdown (which would result in the unwanted wrapping div).
InlineMarkdown is a implementation of ReactMarkdown that removes the default wrapping
div
injected by ReactMarkdown and replaces it with aspan
. It does so by passingclassName
to our wrappingspan
, rather than passing it directly to ReactMarkdown (which would result in the unwanted wrappingdiv
).