/mdbook-full

mdbook with plugins enabled

Apache License 2.0Apache-2.0

action-mdbook-full

Install mdbook with plugins enabled.

Plugins included:

Preprocessors:

  • mdbook-svgbob: SvgBob mdbook preprocessor which swaps code-blocks with neat SVG.
  • mdbook-katex: A preprocessor for mdBook, rendering LaTex equations to HTML at build time.

Backends:

This action only runs on ubuntu-latest.

Usage

name: md book
on: [push]
jobs:
  mdbook:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@v2
    - uses: drmingdrmer/mdbook-full@main
    - run: mdbook build