[wiki/MUTN] Add more Glamour-related issues to known bugs list

This commit is contained in:
2024-07-16 16:24:57 -04:00
parent c6310582c5
commit 9a6d6fe98d
+7 -5
View File
@@ -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)
- 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)