feat(fs.share): Recurse in ReadMore component
This commit is contained in:
parent
c7f3788732
commit
149ad90feb
3 changed files with 12 additions and 11 deletions
|
@ -19,7 +19,7 @@ const mdxCustomComponents = (app) => ({
|
|||
Fixme: props => <Popout {...props} fixme />,
|
||||
Link: props => <Popout {...props} link />,
|
||||
Note: props => <Popout {...props} note />,
|
||||
ReadMore: props => <ReadMore {...props} app={app} />,
|
||||
ReadMore: props => <ReadMore {...props} app={app} slug={app.slug} />,
|
||||
Related: props => <Popout {...props} related />,
|
||||
Tip: props => <Popout {...props} tip />,
|
||||
Warning: props => <Popout {...props} warning />,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue