Titus
                                            Titus
                                        
                                    The document part is now fixed!
Good idea! I think it should be called `remark-lint-hard-break-style`: - The word “hard break” is more often used to differentiate from a soft line break, it’s also used for the...
🤔 I think this is unrelated to `table-cell-padding`, as this rule checks whether there’s a space around `|` or not. It already, when given `padded`, treats the valid example as...
If I understand correctly, you’d like for the following to be valid: ```markdown | foo | a long column | bar | | --- | --- | --- | |...
> Isn’t this closed to table-pipe-alignment? Right, but that rule is for the padding, e.g., warning if `|a` or `b|` is used, instead of `| a` and `b |`, so...
I don’t think it makes sense to have fixed-width on normal cells, only for the alignment row, sooo, yeah, I think a new rule makes sense... Maybe it’s time to...
> FWIW when I discovered the paddedTable option I expected that setting it to false would affect both cells (no padding with spaces) and the alignment row (no padding with...
Whoops, I’m confused! 😅 Gah, you‘re right. That’s spaced. Padded is aligning the size of all cells. I think this issue is about the alignment row, which currently, when not...
Sooo I’m reading this thread again wondering what I can do to solve it, but it’s really confusing because the terms are all weird: they’re getting better soon in remark...
Q: What about autolinks (``)