pub struct MarkdownParser { /* private fields */ }Expand description
Markdown parser with syntax highlighting support.
Implementations§
Source§impl MarkdownParser
impl MarkdownParser
Sourcepub fn with_theme(theme: &str) -> Self
pub fn with_theme(theme: &str) -> Self
Create a parser with a custom syntax theme.
Trait Implementations§
Source§impl ContentParser for MarkdownParser
impl ContentParser for MarkdownParser
Source§impl Debug for MarkdownParser
impl Debug for MarkdownParser
Auto Trait Implementations§
impl !Freeze for MarkdownParser
impl RefUnwindSafe for MarkdownParser
impl Send for MarkdownParser
impl Sync for MarkdownParser
impl Unpin for MarkdownParser
impl UnwindSafe for MarkdownParser
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