mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
docs: Support GFM style admonitions in option descriptions
This commit is contained in:
parent
cab2a30ae1
commit
8eab77b51b
5 changed files with 129 additions and 5 deletions
|
@ -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 { };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue