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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have Vue component like below.
There are multiline code blocks in props JSDoc.
parse this component by vue-docgen-cli, generated .md below.
(not using Autodocs, to append custom document markdown in mdx)
import .md to .mdx
rendered like this.
I want to apply linefeed (<br/>) like below.
Is there a way to achieve this?
passing options.overrides to markdown-to-jsx? or configure vue-docgen-cli(vue-docgen-api)...?
Stroybook: 7.3.1
vue-docgen-cli: 4.67.0
vue: 3.3.4
Beta Was this translation helpful? Give feedback.
All reactions