Julian Müller
Julian Müller
Also some unexpected behavior with sorting ascending/descending with capital letters. It sorts all capital letters at first and afterwards those with small letters. What I expect to be sorted: ```...
Yes, thats the rule im refering to. And thanks for the clearification! It actually does exactly what I need. I just wasent sure from the Documentation. The only thing left...
Thanks for adding the option! It does exactly what I wanted. But... now it interferes with the "Replacing by H1" rule. So as I save, the `title` yaml key gets...
If you have some spare time, could you then please add the two 'simple' option to go from this: ``` some text $$\boldsymbol{a}=\begin{bmatrix}a_x \\ a_y\end{bmatrix}$$ some more text ``` to...
Yes, the rule-maker for putting spaces around certain characters would be a thing that may achieve my "ideal" format. But this might take more time to implement. And in markdown...
I kindof solved this by making the mermaid field scollable from left to right (as it did not do it for me on default) with a css snippet: ```css .mermaid...
maybe there is an even nicer way to just flip the colors and leave the background transparent? But I guess this is a core of th kroki engine? I created...
Here two example pictures how it shows up, with an image of the original rendering below: light theme:  dark theme:  the different orientations of the words in this...
Hi, thanks for adding the feature! But unfortunately, I encountered files, where the linting is not consistent. It seems like only the first few lines are checked and not the...
It might boil down to [this line](https://github.com/Textualize/rich/blob/fd981823644ccf50d685ac9c0cfe8e1e56c9dd35/rich/progress.py#L1487), as I do `reset(task, start=False)` and with `start=False` the `start_time` is None. Is that the intended behavior? If so, would it be possible...