From 28bd098c2a5b2318ba11656d47f1525e8148c9be Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Mon, 5 Aug 2024 23:10:17 -0400 Subject: [PATCH] [wiki/MUTN] Link Glamour issue for v0.8.0 regression --- wiki/MUTN/bugs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/MUTN/bugs.md b/wiki/MUTN/bugs.md index 5a5816a..ad293b8 100644 --- a/wiki/MUTN/bugs.md +++ b/wiki/MUTN/bugs.md @@ -1,6 +1,6 @@ ## Known Bugs - MUTN CLI - Various Markdown issues resulting from the use of [Glamour](https://github.com/charmbracelet/glamour) - - Note that MUTN is currently using the older Glamour v0.7.0, as v0.8.0 introduced a line-wrapping regression + - Note that MUTN is currently using the older Glamour v0.7.0, as v0.8.0 introduced a [line-wrapping regression](https://github.com/charmbracelet/glamour/issues/331) - [Odd handling of line breaks](https://github.com/charmbracelet/glamour/issues/84) - [Broken quotes](https://github.com/charmbracelet/glamour/issues/172) (seems related to line break issue) - [Extra blank lines after nested list items](https://github.com/charmbracelet/glamour/issues/102)