Struct harper_core::parsers::Markdown
source · pub struct Markdown;
Expand description
A parser that wraps the PlainEnglish
parser that allows one to parse
CommonMark files.
Will ignore code blocks and tables.
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Markdown
impl Send for Markdown
impl Sync for Markdown
impl Unpin for Markdown
impl UnwindSafe for Markdown
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