Skip to main content

Convert GitHub admonitions to mkdocs syntax when building docs.

Project description

GitHub Admonitions for MkDocs

Convert GitHub admonitions to mkdocs admonitions when building docs, so that you can have admonitions on GitHub and in the documentation from the same file.

[!TIP] This is an admonition. They are a useful tool to attract attention to information.

Usage

To install the plugin:

python -m pip install mkdocs-github-admonitions-plugin

Then in your mkdocs.yml file, add the plugin:

plugins:
  - gh-admonitions

Now you can write Github-compatible admonitions, and they will be automatically converted when used in mkdocs pages.

Why is this needed?

Both Github and mkdocs support admonitions from their markdown flavors. Unfortunately, their flavors are different. A Github admonition is written like this:

> [!TIP]
> This is the Github admonition syntax.

And mkdocs admonitions are written like this:

!!! tip

    This is the mkdocs-materials admonition syntax.

So an admonition in your documentation will render correctly on either Github or in your mkdocs pages, but not both. With this plugin, you write the admonition once in Github syntax, and it will still show correctly in the built mkdocs pages!

Limitations

The mkdocs admonitions are much more powerful. They can feature titles. They have more types, and you can add custom ones. You can render inline admonitions. They can be collapsable, and be collapsed by default. And much more.

But since the GitHub syntax has none of that, this tool can not offer such mkdocs admonitions to be generated. All admonitions will be converted to non-collapsed title-less admonitions.

GitHub admonitions feature two types which are not supported by mkdocs: danger and important. In converting these admonitions, we will preserve their title, but use the caution and warning symbol and color, respectively.

Examples

Here is a gallery with various admonitions. They should show up correctly on the built documentation too!

[!tip] This is normally formatted. Type in lower case. No extra spaces. It contains two lines in markdown, but only a soft linebreak.

[!CAUTION]
This admonition has:

  • ALL CAPS in the type
  • a list

Note that this admonition uses the "danger" symbol with "Caution" title.

[!Important] This contains inline and

import this  # python code in ticks
and code block with spaces

Note that this admonition uses the "warning" symbol with "Important" title.

[!note] And this admonition contains an empty line

That only has a > character in markdown.

[!warning] Admonitions may contains quotes

Quotes always contain great wisdom.

But pay attention! There may be admonitions which are really just code:

> [!note]
> This is not an admonition.

Disclaimer

This is an independent project and not affiliated with GitHub in any way.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mkdocs_github_admonitions_plugin-0.0.1.tar.gz (4.0 kB view hashes)

Uploaded Source

Built Distribution

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page