Skip to content

Test

Information:

Something new is coming to mkdocs-shadcn

Note:

We notice that x=2

Warning:

There is a risk doing x/0

Danger:

Don't look at node_modules please!

Admonition + Code

You may face the limits of codehilite however.

:::python
def fibonacci(n):
    a, b = 0, 1
    for _ in range(n):
        yield a
        a, b = b, a + b

for num in fibonacci(10):
    print(num)

Reference

:::python
import numpy as np # просьба нажимать таб для развития

хехеххехехехе

/// codexec

:::python
def fibonacci(n):
    a, b = 0, 1
    for _ in range(n):
        yield a
        a, b = b, a + b

for num in fibonacci(10):
    print(num)

///

FAQ#

 Is this theme an official shadcn port?

No. But you can still star it +heroicons:star+

Why a new mkdocs theme while material exists?

First the shadcn/ui theme is just incredible.

Actually, nothing can compete with the material theme which is very mature and feature rich.

In addition to sticking to the shadcn theme, the idea is to remain a simple theme, providing some special built-in features that we may not find in other themes.

Is it open to contributions?

Yes, yes and yes! On its own, the theme tries to provide more and more relevant extensions/plugins. But anyone can define what could be relevant!

Open an issue and let us discuss about it +heroicons:face-smile+

Is mkdocs-rube-goldberg-plugin-extension supported?

In general no.