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
//! * [This is a link with a very loooooooooooooooooooooooooooooooooooooooooong URL.](https://example.com/This/is/a/link/with/a/very/loooooooooooooooooooooooooooooooooooooooooong/URL)fnmain(){println!("Hello, world!");}
will be formatted as:
//! //! * [This is a link with a very loooooooooooooooooooooooooooooooooooooooooong//! URL.](https://example.com/This/is/a/link/with/a/very///! loooooooooooooooooooooooooooooooooooooooooong/URL)fnmain(){println!("Hello, world!");}
The URL is broken into two lines.
It seems that this only happens in lists.
The text was updated successfully, but these errors were encountered:
/// Bots as well as users with the permission [`MANAGE_MESSAGES`] or
/// [`MANAGE_CHANNEL`], are unaffected.
///
- /// [`MANAGE_MESSAGES`]: ../permissions/struct.Permissions.html#associatedconstant.MANAGE_MESSAGES- /// [`MANAGE_CHANNEL`]: ../permissions/struct.Permissions.html#associatedconstant.MANAGE_CHANNEL+ /// [`MANAGE_MESSAGES`]:+ /// ../permissions/struct.Permissions.html#associatedconstant.+ /// MANAGE_MESSAGES [`MANAGE_CHANNEL`]:+ /// ../permissions/struct.Permissions.html#associatedconstant.MANAGE_CHANNEL
#[serde(default, rename = "rate_limit_per_user")]
pub rate_limit: u16,
/// The ID of the parent category of the channel.
With
wrap_comments = true
, the following code:will be formatted as:
The URL is broken into two lines.
It seems that this only happens in lists.
The text was updated successfully, but these errors were encountered: