We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 736da28 commit bd81422Copy full SHA for bd81422
packages/docs/build/api.mjs
@@ -277,7 +277,7 @@ const createMdx = async (file, component) => {
277
? `<span className="badge bg-danger">Deprecated ${propInfo.tags.deprecated}</span>`
278
: ''
279
const description = propInfo.description
280
- ? replaceText(component.displayName, 'description', propInfo.description)
+ ? replaceText(component.displayName, 'description', propInfo.description).replace(/\n(?!\n)/g,' ').replace(/\n\n/g,'\n')
281
: '-'
282
const type = propInfo.type
283
? propInfo.type.name.includes('ReactElement')
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments