docs: Support GFM style admonitions in option descriptions

This commit is contained in:
Quentin Boyer 2024-09-11 00:08:51 +02:00 committed by Matt Sturgeon
parent cab2a30ae1
commit 8eab77b51b
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
5 changed files with 129 additions and 5 deletions

View file

@ -54,6 +54,7 @@ let
in
{
inherit options-json;
inherit (pkgs) nixos-render-docs;
gfm-alerts-to-admonitions = pkgs.python3.pkgs.callPackage ./gfm-alerts-to-admonitions { };