Results 7 comments of Jahvon Dockery

Another alternative/workaround here that my team is using in our prod environment is to disable validations for a subset of ingresses with a particular label. This was pretty easy to...

🤔 I don't understand the test failures here. The before/after looks the same in most cases. Is the spacing token I'm using different than the one used previously?

> 🤔 I don't understand the test failures here. The before/after looks the same in most cases. Is the spacing token I'm using different than the one used previously? I...

> Hey @jahvon do you mind providing steps to repro? I've tried adding `IndentToken: stringPtr("│ "),` to the dark style and running `$ cat ../README.md | go run ./stdin-stdout-custom-styles` from...

Hey @bashbunni, I've done some refactoring to get spacing for code blocks to work a bit more like a block element. I think I got it to a decent state...

Here are a couple of images to demonstrate the spacing / padding rendered now: When setting the padding character in `MarginWriter` to "`+`" When updating the document background color

> I was looking at this as well but to me it seems like we would have to use `margin*2`, see my [comment](https://github.com/charmbracelet/glamour/issues/331#issuecomment-2320548117) for details. Great catch and great explanation...