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 2d4329f commit c0d5b2cCopy full SHA for c0d5b2c
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).replace(/\n(?!\n)/g, ' ').replace(/\n\n/g, '\n')
+ ? 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