| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
… fix bullet indentation * Explicitly captures leading whitespace and strips it before calling python-markdown. * Prevents 4-space indents from being incorrectly parsed as code blocks during line-by-line processing. * Preserves original nested bullet point indentation. * Adds unit test 'test_nested_bullet_indentation_preserved'.
|
Any ETA for merge/release? |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This PR addresses #712 where nested bullet points with 4-space indents were incorrectly parsed.
Changes