michael-kerscher

Results 54 comments of michael-kerscher

@mgeisler What do you think about creating automated analysis and / or scoring of each page to have a good understanding on the statistics of the slide size, find violations...

To document how I would imagine such an automation, one could use [selenium](https://www.selenium.dev/) via [webdriver](https://www.selenium.dev/documentation/webdriver/) with the crate [fantoccini](https://crates.io/crates/fantoccini) that offers methods like [Element.rectangle()](https://docs.rs/fantoccini/0.19.3/fantoccini/elements/struct.Element.html#method.rectangle). Of course there might be other...

Is there already an easy way to distinguish pages without speaker details from ones that already have them? The only way to find them currently is to actively click through...

With the pulldown-cmark upgrade the span tags are detected as `InlineHtml`. This allows them to be grouped into the same translation group while other block level `Html` tags are still...

> Great! Just for my own curiosity, does a HTML comment like this in its own paragraph show up as InlineHtml or as Html now? A HTML comment in its...

As I authored https://github.com/google/mdbook-i18n-helpers/commit/2168b9cea1f4f76b55426591a9bcc308a620194f some time ago this sounded familiar, so these are my 2 cents. To cmark these two definitions are not the same: [AST of your examples in...

Hello Gabriel! thank you for reporting this issues. I had a look at the link and I'm not sure what is missing. The linked page is a page that introduces...

@egithinji I just checked there is a new release https://github.com/dprint/dprint/releases/tag/0.50.2 with that PR included

I'm actually not sure if this repository is the best choice for this tool or if should be in a different/separate repo