Added more components to MDX render

This commit is contained in:
Fred Carlsen
2019-07-03 14:13:45 +02:00
committed by fabioberger
parent 0987ae05a8
commit 3ed7cc5cab
2 changed files with 15 additions and 0 deletions

View File

@@ -97,4 +97,14 @@ open coverage/index.html
- Actual numbers don't matter, just that it's a number
- And another item.
### Tabs
### Separator
---
And some content
---
Use [Ganache](https://github.com/trufflesuite/ganache-cli) as a backing node.

View File

@@ -61,7 +61,12 @@ export class DocsView extends React.Component<Props, State> {
ul: UnorderedList,
code: Code,
table: Table,
hr: Separator,
Callout,
Tabs,
TabList,
Tab,
TabPanel,
},
};
public componentDidMount(): void {