pub enum Module {
Tables,
Footnotes,
Math,
Tasks,
Strikethrough,
Autolink,
Html,
}Expand description
Optional modules that extend parser capabilities.
Modules can be enabled via the @modules directive or parser configuration.
Variants§
Tables
GFM-style tables with | delimiters.
Footnotes
Footnote definitions and references.
Math
LaTeX-style math blocks.
Tasks
Task list items with [ ] and [x] checkboxes.
Strikethrough
~~strikethrough~~ syntax.
Autolink
Automatic URL detection and linking.
Html
Raw HTML pass-through blocks.
Trait Implementations§
impl Copy for Module
impl Eq for Module
impl StructuralPartialEq for Module
Auto Trait Implementations§
impl Freeze for Module
impl RefUnwindSafe for Module
impl Send for Module
impl Sync for Module
impl Unpin for Module
impl UnwindSafe for Module
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more