From fa93b53abaf126d00f06b231a5cbf90fc8308fb7 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Tue, 16 Jul 2024 16:24:57 -0400 Subject: [PATCH] [wiki/MUTN] Add more Glamour-related issues to known bugs list --- wiki/MUTN/bugs.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/wiki/MUTN/bugs.md b/wiki/MUTN/bugs.md index 1c18ce9..b09c4b7 100644 --- a/wiki/MUTN/bugs.md +++ b/wiki/MUTN/bugs.md @@ -1,6 +1,8 @@ # Known Bugs - MUTN CLI -- Various Markdown rendering issues, including odd handling of line breaks and broken quotes - - These bugs exist within the upstream [glamour](https://github.com/charmbracelet/glamour) package used for Markdown rendering - - For line breaks, see [here](https://github.com/charmbracelet/glamour/issues/84) - - For quotes, see [here](https://github.com/charmbracelet/glamour/issues/172) (seems related to line break issue) -- Some [weird Windows behavior](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/quirks.md) \ No newline at end of file +- Various Markdown issues resulting from the use of [Glamour](https://github.com/charmbracelet/glamour) + - [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) + - [Incorrect wrapping of text in lists](https://github.com/charmbracelet/glamour/issues/56) + - [Excessive binary size and increased program startup time](https://github.com/charmbracelet/glamour/issues/288) +- Some [weird Windows behavior](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/quirks.md)