Skip to content

MkDocsΒΆ

pdf embedding
  • package: mkdocs-pdf
  • Usage:
    ![Alt text](<path to pdf>){ type=application/pdf }
    
    or Optionally, you can specify style constraints, e.g.
    ![Alt text](<path to pdf>){ type=application/pdf style="min-height:25vh;width:100%" }