• 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).

    Parameters

    • __namedParameters: ReactMarkdownOptions

    Returns Element

Generated using TypeDoc