bashbunni
bashbunni
fwiw this is happening because the trailing spaces are being rendered with `GenericDeleted` styles
@marcelarie Good catch! Thank you for reporting this. I'm going to move this over to Glamour, the markdown rendering library that handles the markdown rendering under the hood in Glow....
I looked into this; it seems to be consistent with other markdown renderers. It's our upstream dependency [goldmark](https://github.com/yuin/goldmark) that's autolinking email addresses if it matches the HTML5 regex in the...
I believe that is expected due to the nature of TUIs. In order to respect the widths defined by the user, in this case 80 characters, it needs to get...
@gsalvatella ah gotcha, thank you so much for the info and context! @muesli any thoughts on this one?
Also consider https://github.com/bashbunni/pjs/issues/30#issuecomment-1410092450
@StealthyCoder thank you so much! That is a great idea :)
oh HA that's the backup of my old vim config 😂 Now you only need the `init.lua` file. Sorry for the confusion
[This issue from Lipgloss](https://github.com/charmbracelet/lipgloss/issues/55) is related. It's hard to get emojis right in varying terminal environments. In this case, we should have some level of control of the environment for...
Hey @adriens is this still an issue you're experiencing with the current version on `main`?