FastKafka is a powerful and easy-to-use Python library for building asynchronous web services that interact with Kafka topics. Built on top of Pydantic, AIOKafka and AsyncAPI, FastKafka simplifies the process of writing producers and consumers for Kafka topics.
The issue is, that the documentation is being first parsed by mkdocs, and ::: is a keyword: https://mkdocstrings.github.io/usage/
So we cant just replace !!! with :::.
Previous syntax for admonitions was:
New syntax, after moving to Docusaurus is:
The issue is, that the documentation is being first parsed by mkdocs, and
:::
is a keyword: https://mkdocstrings.github.io/usage/ So we cant just replace!!!
with:::
.