Kyle F Butts

Results 35 comments of Kyle F Butts

Jumping in to the conversation! The `texreg` package has a lot of good options for latex output. **Table Environments** `booktabs`, `longtable`, `threeparttable`, `tabular` all let you decide which table environment...

For the supporting additional objects vignette: 1. There is no need to have an sfc_MulitX for each class. All the classes inherit sfc class and skimr is able to work...

I have opened a pull request @michaelquinn32! #575

I like the idea of including it in `partition()` as well. The basic reason I wanted the request was to make it easier to make a table that had group-names...

Yes, sorry I was unclear! I was trying to end up with a table like this and figured the easiest way would be to split by group into a list...

[Torchlight](https://torchlight.dev) has a syntax I find quite intuitive where you insert comments (in the language you're writing in so `//` for javascript). Then, you can look for a comment flag...

@sarah11918 @hippotastic. I do think there's value in having this. In a lot of places in the docs, code gets "implied" by `// ...` comments. It would be nice to...

Hi @sarah11918, one thing I really like about MDX is that you can pass custom components for default html elements (h1/6, img, a, code, pre, etc.) with `export const components...

Want me to add a draft gist @sarah11918?

I'm not sure where this would go, maybe after Layouts in the mdx integration? ### Custom components Under the hood, MDX will convert markdown into html components. For example, ```md...