You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The output markdown is a single line even though the jsdoc has multiple lines.
See this example, where:
interfaceConfiguration{/** * Redux store enhancers, allowing extensions to hook into the module federated application's state management. * * It can be used by an extension to: * - inject its own state in the module federated application, so that the extension itself and other extensions can consume it * - react to actions dispatched by the host application or other extensions * * The store enhancers are composed, which allows to split state management on a per-extension basis. * * See {@link https://redux.js.org/usage/configuring-your-store#extending-redux-functionality} */storeEnhancers?: StoreEnhancer[]}
becomes
| storeEnhancers | StoreEnhancer\[\] | Redux store enhancers, allowing extensions to hook into the module federated application's state management.It can be used by an extension to: - inject its own state in the module federated application, so that the extension itself and other extensions can consume it - react to actions dispatched by the host application or other extensionsThe store enhancers are composed, which allows to split state management on a per-extension basis.See [https://redux.js.org/usage/configuring-your-store\#extending-redux-functionality](https://redux.js.org/usage/configuring-your-store#extending-redux-functionality) |
The output markdown is a single line even though the jsdoc has multiple lines.
See this example, where:
becomes
This is most likely related to #35
The text was updated successfully, but these errors were encountered: