Markdown.Markdown Type

A component that renders Markdown text as specified by the GitHub Markdown spec. These component uses [react-markdown](https://remarkjs.github.io/react-markdown/) under the hood.

Constructors

Constructor Description

Markdown()

Full Usage: Markdown()

Returns: Markdown
Returns: Markdown

Static members

Static member Description

Markdown.applyMembers (id, children, ?className, ?dangerouslyAllowHtml, ?dedent, ?highlightConfig, ?loadingState, ?style)

Full Usage: Markdown.applyMembers (id, children, ?className, ?dangerouslyAllowHtml, ?dedent, ?highlightConfig, ?loadingState, ?style)

Parameters:
Returns: Markdown -> Markdown
id : string
children : seq<IComparable>
?className : string
?dangerouslyAllowHtml : bool
?dedent : bool
?highlightConfig : HighlightConfig
?loadingState : LoadingState
?style : DashComponentStyle
Returns: Markdown -> Markdown

Markdown.init (id, children, ?className, ?dangerouslyAllowHtml, ?dedent, ?highlightConfig, ?loadingState, ?style)

Full Usage: Markdown.init (id, children, ?className, ?dangerouslyAllowHtml, ?dedent, ?highlightConfig, ?loadingState, ?style)

Parameters:
Returns: Markdown
id : string
children : seq<IComparable>
?className : string
?dangerouslyAllowHtml : bool
?dedent : bool
?highlightConfig : HighlightConfig
?loadingState : LoadingState
?style : DashComponentStyle
Returns: Markdown