orzih
orzih
Hi @cooper-lzy. Now, `mkdocs-material` generates style is: ```css .md-typeset .note>summary:before { background-color: #448aff; mask-image: var(--md-admonition-icon--note); ... } ``` But, WeasyPrint not supports `mask-image`. This plugin set custom css. To customize...
This seems to be an EasyPrint issue. Please check [Weasy print document](https://doc.courtbouillon.org/weasyprint/latest/first_steps.html#windows).
Not yet supported. And, we have a PR for this issue. See https://github.com/mkdocs/mkdocs/pull/2487
Hi ju-mueller. I've some suggestion. #### 1. Isn't `toc` keyword too vague in `nav` entries? `mkdocs` (and document maintainers) might get confused. ``` WARNING - A relative path to 'toc'...
This issue has been fixed in `v0.9.3`. Please check it.
Thanks, I will check your PR and merge it. How can I verify it the result? Can you provide a mkdocs project for testing?
Sounds good. I'd like to merge as much as possible without confusing the user if it same usage and output. Can I see your code? Or please PRs.
Thanks for your PRs. I changed it a little after merged your PRs. Please check out release v0.8.0.
Hi kittiu. This plugin is not control line breaks. However, you can use `custom_template_path` option and custom `cover.html`. e.g. 1. edit `mkdocs.yml` ```yml plugins: - search - with-pdf: custom_template_path: custom_pdf...
`excludes_children:` option only affects Heading and TOC. This option is used when the TOC is too large due to many h2, h3 content, such as "`mkdocs-material` v4 docs". I added...