handsdown icon indicating copy to clipboard operation
handsdown copied to clipboard

Python documentation generator for lazy perfectionists

Results 6 handsdown issues
Sort by recently updated
recently updated
newest added

I have a module that works on multiline string input, like as read from a file. In the Example section of my docstring, I show a contrived "multiline" string using...

🐞 bug

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...

dependencies

**Is your feature request related to a problem? Please describe.** When generating my docs using handsdown I want to be able to customize the content in `README.md` which will be...

🚀 enhancement
👋 response needed

**Describe the bug** I've been trying to run handsdown following the steps described in the docker section but I've had no luck. I keep getting: ``` docker: Error response from...

🐞 bug

**Describe the bug** Function names with two underscores show as italics. **To Reproduce** Steps to reproduce the behavior: Something like ```python def all_tags_raw(self): return tagpoints.allTagsAtomic ``` **Expected behavior** Perhaps it...

🐞 bug

**Describe the bug** The text included in the `"""docstring"""` at the top of a module is not "rendered" in the Markdown. For instance, the [main example](https://github.com/vemel/handsdown/blob/main/examples/main_example.py) starts as: ```python """...

🐞 bug