Marcel Amirault

Results 7 comments of Marcel Amirault

@pyrmont Ahhhh. 😅 Ok, needs a little more work. 😁 Good catch! 🙇 FYI, Rouge dingus seems to have the best title text coloring: In GitHub it's not great: ```markdown...

@pyrmont Wow, that was a lot more work than I expected was required, sorry for the hassle! I pulled your commits and tested it now, and looks fantastic, thanks a...

@pyrmont Sorry for not replying here sooner... I've tried to come up with some recursive bracket matching algorithm that would work without need specific exceptions to make TOML work, but...

@DavidAnson Or perhaps a new parameter for MD005/`indentation`? Something like `multiline: true/false`, which defaults to false so that it's not a breaking change? ```yaml indentation: multiline: true ``` I recently...

Yeah, 👍 from me, though I think this is a repeat of the request in https://github.com/DavidAnson/markdownlint/issues/344, where I've got a non-breaking change suggestion that could work in https://github.com/DavidAnson/markdownlint/issues/344#issuecomment-1891542874

Coming here as I tested this to link our 2k+ markdown doc files, and see the same issue. @palkan Re: `Probably, we can un-indent code blocks during pre-processing and restore...

@DavidAnson Hrm, I feel there's not much you can do if an internal column needs special treatment, either all columns are aligned, or not. If an internal column requires special...