issues
search
airtai
/
nbdev-mkdocs
Extension to nbdev for generating docs with Material for Mkdocs
https://nbdev-mkdocs.airt.ai
Apache License 2.0
17
stars
2
forks
source link
Callout does not work
#179
Closed
harishmohanraj
closed
1 year ago
harishmohanraj
commented
1 year ago
Closes #173
what-the-diff[bot]
commented
1 year ago
PR Summary
Add Quarto callouts conversion support
Added support for converting Quarto callouts to Material for MkDocs syntax.
Fix custom template bug
Fixed a bug where custom templates and options were not being passed through properly.
Update version number
Updated the version number in the package to test PyPI release process.
Add new file for conversion
Added a new file
quarto_to_mkdocs.py
for handling the conversion process.
Improve documentation
Updated module index, added callout-notes, info boxes, and fixed issues related to docstring library on Windows machines.
Enhance content support
Added support for conditional content and fixed rendering issues with mermaid charts.
Custom domain support for GitHub Pages
Enable copying of CNAME file to allow custom domain names for GitHub Pages.
Generate API documentation for submodules
Generate API documentation for all submodules recursively, instead of just top-level modules as before.
Fix social cards issue
Fixed an issue with social cards not displaying on Twitter by adding extra CSS code.
Closes #173