From 48fd16ff76abb5f9de32d2598cf02ccd4f6acf99 Mon Sep 17 00:00:00 2001 From: Jamy Golden Date: Fri, 30 Jan 2026 21:19:34 +0100 Subject: [PATCH] docs: work around ndg bug where closing tip delimiter tag breaks things --- docs/manual/installation/modules.md | 1 + docs/manual/release-notes/rl-0.9.md | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/docs/manual/installation/modules.md b/docs/manual/installation/modules.md index f78046de..2bf7a7df 100644 --- a/docs/manual/installation/modules.md +++ b/docs/manual/installation/modules.md @@ -6,5 +6,6 @@ path collisions if used simultaneously. ```{=include=} chapters modules/nixos.md + modules/home-manager.md ``` diff --git a/docs/manual/release-notes/rl-0.9.md b/docs/manual/release-notes/rl-0.9.md index 08a5cc63..7299aa0f 100644 --- a/docs/manual/release-notes/rl-0.9.md +++ b/docs/manual/release-notes/rl-0.9.md @@ -170,4 +170,8 @@ https://github.com/gorbit99/codewindow.nvim - Add [codewindow.nvim] plugin in `vim.assistant.codewindow` with `enable` and `setupOpts` +[JamyGolden](https://github.com/JamyGolden) + +- Fix documentation rendering bug +