inktrap

Results 34 comments of inktrap

Obviously with `app.destroy()` No just kidding, but there is a [`teardown_appcontext()`](https://flask.palletsprojects.com/en/2.1.x/api/#flask.Flask.teardown_appcontext) which "Registers a function to be called when the application context ends. These functions are typically also called when...

No, this is not persistent from run to run. I guess it just says that if a blueprint is registered, you will have to destroy the app object and there...

What if the user had to specify the dialect/flavor of markdown? Then an error message could remind them that the package is not installed. - something like black's `-t, --target-version`,...

And if you are going to change the structure of packages … what about those that contain an underscore? ``` │ 📂 mdformat_deflist │ 0.1.1 │ 21-06-2021 │ An mdformat...

> "open" means "everyone has their own flavor" **Can** has their own flavor. While there are multiple, some are used more, and are more important. And useage numbers are only...

Thanks for your replies :) Indeed the motivation behind a configuration is that I would like "pretty" markdown files, pretty as in: markdown *structured in a way that emphasizes the...

> To clarify: Black also very much strives for no or low configurability. The flags you point to are for including and excluding files/filenamse, not syntax or style features. Ah...

After looking through the pdf2htmlEX source, i think scrollnav is not a good fit for this project and it is also archived. The main problem is that the link targets...

Oh wow, this issue still pops up … I haven't thought about this for a long time and the project for which I am using mdformat is currently on hold....

But `skip_if_file_exists` is also not documented and if I look at the API docs it seems to be undocumented by choice. Other paramters with default values however are documented. What's...