Matthew Esposito
Matthew Esposito
```rust use pulldown_cmark::Options; fn main() { let string = "- [x]\t\t\n\\\n-"; let mut opts = pulldown_cmark::Options::empty(); opts.insert(Options::ENABLE_TASKLISTS); opts.insert(Options::ENABLE_HEADING_ATTRIBUTES); for _ in pulldown_cmark::Parser::new_ext(string, opts) {} } ``` ``` thread 'main' panicked...
### Have you read a contributing guide? - [X] I have read CONTRIBUTING.md - [X] I have searched the existing requests and didn't find any that were similar - [X]...
It would be great if there was an estimated/running cost displayed in a chat, or an estimated cost when in QA mode to upload the note.

Fixes #164 
## Is your feature request related to a problem? Please describe. Many links are news, and some news articles are paywalled, and archive.is typically bypasses these paywalls. Or perhaps you...
* Gitlab - exists but broken? * Forgejo?
Recent changes have broken the `canonical_path` function. Short URLs (`http://localhost:8080/17krzvz`) don't work ``` curl -vv "http://localhost:8080/17krzvz" * Host localhost:8080 was resolved. * IPv6: ::1 * IPv4: 127.0.0.1 * Trying [::1]:8080......