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.
Constructor | Description |
|
|
Static member | Description |
Full Usage:
Markdown.applyMembers (id, children, ?className, ?dangerouslyAllowHtml, ?dedent, ?highlightConfig, ?loadingState, ?style)
Parameters:
string
children : seq<IComparable>
?className : string
?dangerouslyAllowHtml : bool
?dedent : bool
?highlightConfig : HighlightConfig
?loadingState : LoadingState
?style : DashComponentStyle
Returns: Markdown -> Markdown
|
|
Full Usage:
Markdown.init (id, children, ?className, ?dangerouslyAllowHtml, ?dedent, ?highlightConfig, ?loadingState, ?style)
Parameters:
string
children : seq<IComparable>
?className : string
?dangerouslyAllowHtml : bool
?dedent : bool
?highlightConfig : HighlightConfig
?loadingState : LoadingState
?style : DashComponentStyle
Returns: Markdown
|
|