clean-jsdoc-theme icon indicating copy to clipboard operation
clean-jsdoc-theme copied to clipboard

Missing line break for type in argument table

Open Viiprogrammer opened this issue 2 years ago • 1 comments

To Reproduce

Steps to reproduce the behavior:

Create large type name

  /**
   * Use this method to send a group of photos, videos, documents or audios as an album. Documents and audio files
   * can be only grouped in an album with messages of the same type.
   *
   * On success, an array of {@link Message Messages}
   * that were sent is returned.
   * @see https://core.telegram.org/bots/api#sendmediagroup
   * @param {number|string} chatId Unique identifier for the target chat or username of the target channel
   *    (in the format `@channelusername`)
   * @param {array<InputMediaPhoto|InputMediaAudio|InputMediaVideo|InputMediaDocument>} media A array describing
   *    messages to be sent, must include 2-10 items
   * @param {object|Extra} [extra] Other parameters
   * @throws {TelegramError}
   * @return {Promise<Message[]>}
   */

Expected behavior

Screenshots

image

Desktop:

  • OS: GNU/Linux, Ubuntu
  • Browser: Firefox
  • Version: 103.0 (64 bit)

Viiprogrammer avatar Aug 28 '22 14:08 Viiprogrammer

Thanks for reporting this. I will look into it as soon as possible.

ankitskvmdam avatar Aug 29 '22 10:08 ankitskvmdam