{"categories":[{"label":"Utilities","url":"https://skillfed.io/packages/category/utilities/4"},{"label":"Markup","url":"https://skillfed.io/packages/category/text-processing-markup"},{"label":"Markdown","url":"https://skillfed.io/packages/category/text-processing-markup-markdown"}],"enrichment":{"capability":"A Python-Markdown extension that fixes list rendering by allowing custom indentation for nested lists and preventing unwanted paragraph tags and line breaks within list items.","skillfed_tags":["markdown-extension","list-formatting"],"use_cases":["Rendering Markdown with nested lists that use 2-space indentation instead of 4-space code-block indentation.","Preventing unwanted paragraph tags and extra line breaks when list items are separated by blank lines in source Markdown.","Generating cleaner HTML from Markdown documents that mix lists with other content without list fusion artifacts.","Static site generators or documentation tools that use Python-Markdown and need more predictable list formatting."],"what_it_does":"mdx-truly-sane-lists is a Markdown extension that modifies how lists are rendered by the Python-Markdown library. It addresses two common frustrations: nested lists can be indented by a custom amount (defaulting to 2 spaces instead of the standard 4), and list items no longer generate spurious paragraph tags or unwanted line breaks when separated by blank lines. The extension inherits the sane_lists behavior, which prevents mixing ordered and unordered lists in the same block.\n\nThe package is a thin, focused extension with no dependencies beyond Markdown itself. It works by hooking into Markdown's list processing and adjusting indentation rules and paragraph handling. It has been stable since 2022 but is no longer actively maintained\u2014the repository is not archived, but there have been no commits or releases for over a year.","worth_installing":"Yes, if you need custom nested-list indentation or cleaner list rendering in Python-Markdown and accept the maintenance risk. The package is stable and has no known vulnerabilities, but it is abandoned\u2014no updates will be released for compatibility issues with future Markdown or Python versions. Suitable for established projects with stable dependencies; risky for new projects expecting long-term support."},"id":"mdx-truly-sane-lists","links":{"html":"https://skillfed.io/packages/mdx-truly-sane-lists","md":"https://skillfed.io/packages/mdx-truly-sane-lists.md","pypi":"https://pypi.org/project/mdx-truly-sane-lists/"},"maintenance":{"status":"abandoned"},"meta":{"latest_release":"2022-07-19","license_spdx":null,"license_treatment":"permissive","name":"mdx-truly-sane-lists","python_support":"unspecified","summary":"Extension for Python-Markdown that makes lists truly sane. Custom indents for nested lists and fix for messy linebreaks."},"popularity":{"monthly_downloads":1385543,"position":3976,"tier":"top_5000"},"security":{"n_vulnerabilities":0},"version":"1.3"}
