0.4.0 • Published 9 months ago

@web-printer/mdbook v0.4.0

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

@web-printer/mdbook

These sites are using rust-lang/mdBook

Installation

pnpm i @web-printer/mdbook
import { Printer } from "@web-printer/core"
import mdbook from "@web-printer/mdbook"

new Printer()
  .use(
    mdbook({
      url: "https://course.rs/about-book.html"
    })
  )
  .print("Rust Course")

Options

{
  /**
   * Url of website page generated by mdbook, this page must have sidebar outline
   * @example
   * - "https://course.rs/about-book.html"
   * - "https://rust-lang.github.io/mdBook/"
   */
  url: string
}

License

MIT ©

0.4.0

9 months ago

0.3.0

1 year ago

0.2.5

1 year ago

0.2.4

1 year ago

0.2.3

1 year ago

0.2.2

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago