From 7e935c2875b7ed62c8922151e01c5016eefe3a24 Mon Sep 17 00:00:00 2001 From: Randall Winkhart Date: Tue, 9 Jul 2024 14:51:47 -0400 Subject: [PATCH] [wiki/MUTN] Add known bugs list --- wiki/MUTN/bugs.md | 6 ++++++ wiki/main.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 wiki/MUTN/bugs.md diff --git a/wiki/MUTN/bugs.md b/wiki/MUTN/bugs.md new file mode 100644 index 0000000..1c18ce9 --- /dev/null +++ b/wiki/MUTN/bugs.md @@ -0,0 +1,6 @@ +# 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 diff --git a/wiki/main.md b/wiki/main.md index 68d02a8..c855c08 100644 --- a/wiki/main.md +++ b/wiki/main.md @@ -13,7 +13,7 @@ Crossed out items have not yet been added to the wiki. [Shell Completions Troubleshooting](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/completions.md) -[~~Known Bugs~~](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/bugs.md) +[Known Bugs](https://github.com/rwinkhart/MUTN/blob/main/wiki/MUTN/bugs.md) ### libmutton Information (will likely be moved to libmutton repository in the future) [Planned Breaking Changes](https://github.com/rwinkhart/MUTN/blob/main/wiki/libmutton/breaking.md)