(&self)
| 65 | impl CommentStyle { |
| 66 | #[inline] |
| 67 | pub fn is_block(&self) -> bool { |
| 68 | matches!(self, Self::Block | Self::BlockStar | Self::BlockBang | Self::BlockPound | Self::BlockHeading) |
| 69 | } |
| 70 | |
| 71 | #[inline] |
| 72 | pub fn is_non_standard(&self) -> bool { |