Docs.rs
  • markdown-ppp-2.1.0
    • markdown-ppp 2.1.0
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • johnlepikhin
    • Dependencies
      • entities ^1.0.1 normal optional
      • nom ^8.0.0 normal optional
      • pretty ^0.12.4 normal optional
      • serde ^1.0.219 normal optional
      • unicode_categories ^0.1.1 normal optional
      • rstest ^0.25 dev
    • Versions
    • 88.31% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

markdown_ppp2.1.0

Crate Items

  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • ast::CodeBlock
  • ast::Document
  • ast::FootnoteDefinition
  • ast::GitHubAlert
  • ast::Heading
  • ast::Image
  • ast::Link
  • ast::LinkDefinition
  • ast::LinkReference
  • ast::List
  • ast::ListItem
  • ast::ListOrderedKindOptions
  • ast::Table
  • html_printer::config::Config
  • parser::MarkdownParserState
  • parser::config::MarkdownParserConfig
  • printer::config::Config

Enums

  • ast::Alignment
  • ast::Block
  • ast::CodeBlockKind
  • ast::GitHubAlertType
  • ast::HeadingKind
  • ast::Inline
  • ast::ListBulletKind
  • ast::ListKind
  • ast::SetextHeading
  • ast::TaskState
  • parser::config::ElementBehavior

Functions

  • html_printer::render_html
  • parser::parse_markdown
  • printer::render_markdown

Type Aliases

  • ast::TableCell
  • ast::TableRow