Kyle King

Results 89 comments of Kyle King

@andrewcooke can you please take a look and consider merging this change? I need to use `simple-crypt` in a project with Python ^3.8 that is backward compatible with files encrypted...

This PR is still ready for review/merge/release if there is any interest!

Thanks for chiming in, but setting the value to `""` raises errors that a number is expected. Setting the value to 999 has been fine, so I'll consider this issue...

I'm chiming in as the main contributor to the admonition plugin. For context, the admonition plugin was ported from , which generates HTML consistent with the markdown library (https://python-markdown.github.io/extensions/admonition/#syntax). If...

> > If there were to be changes to the HTML output, they would likely better belong in the [KyleKing/mdformat-mkdocs](https://github.com/KyleKing/mdformat-mkdocs) package, which handles mkdocs-specific formatting differences (like 4-spaces) in markdown...

Ok! That example is really helpful and I think we both are on the same page Historically, I don't think there is an example of a `mdformat` plugin that also...

Alright, I put together a quick POC here: https://github.com/KyleKing/mdformat-mkdocs/pull/15/files#diff-ec05f310f35726433b991f625a321e7dd02740abb830573859d423e979519a97 In your example, sometime before `res = markdown_it_render.render(source)` you would need to have `markdown_it_render.use(admon_mkdocs_plugin)` to have the desired output I'll have...

Okay, so I think I'm happy with the refactoring and the releases would be stable now, but I'm blocked by the pending release of `mdformat-gfm`, which pins an older version...

You can now install 'mdformat-mkdocs==2.0.1' which no longer need pip+git workarounds! And has a number of major improvements from new edge cases