rumdl 0.0.138__py3-none-macosx_11_0_arm64.whl → 0.0.140__py3-none-macosx_11_0_arm64.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of rumdl might be problematic. Click here for more details.

Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: rumdl
3
- Version: 0.0.138
3
+ Version: 0.0.140
4
4
  Classifier: Development Status :: 4 - Beta
5
5
  Classifier: Environment :: Console
6
6
  Classifier: Intended Audience :: Developers
@@ -419,6 +419,7 @@ Format Markdown files (alias for `check --fix`)
419
419
  **Options:**
420
420
 
421
421
  All the same options as `check` are available (except `--fix` which is always enabled), including:
422
+
422
423
  - `--stdin`: Format content from stdin and output to stdout
423
424
  - `-d, --disable <rules>`: Disable specific rules during formatting
424
425
  - `-e, --enable <rules>`: Format using only specific rules
@@ -601,6 +602,7 @@ rumdl automatically searches for configuration files by traversing up the direct
601
602
  run rumdl from any subdirectory of your project and it will find the configuration file at the project root.
602
603
 
603
604
  The search follows these rules:
605
+
604
606
  - Searches upward for `.rumdl.toml`, `rumdl.toml`, or `pyproject.toml` (with `[tool.rumdl]` section)
605
607
  - Stops at the first configuration file found
606
608
  - Stops searching when it encounters a `.git` directory (project boundary)
@@ -672,6 +674,20 @@ rumdl import --dry-run .markdownlint.json
672
674
 
673
675
  For comprehensive documentation on global settings (file selection, rule enablement, etc.), see our [Global Settings Reference](docs/global-settings.md).
674
676
 
677
+ ### Inline Configuration
678
+
679
+ rumdl supports inline HTML comments to disable or configure rules for specific sections of your Markdown files. This is useful for making exceptions without changing global configuration:
680
+
681
+ ```markdown
682
+ <!-- rumdl-disable MD013 -->
683
+ This line can be as long as needed without triggering the line length rule.
684
+ <!-- rumdl-enable MD013 -->
685
+ ```
686
+
687
+ Note: `markdownlint-disable`/`markdownlint-enable` comments are also supported for compatibility with existing markdownlint configurations.
688
+
689
+ For complete documentation on inline configuration options, see our [Inline Configuration Reference](docs/inline-configuration.md).
690
+
675
691
  ### Configuration File Example
676
692
 
677
693
  Here's an example `.rumdl.toml` configuration file:
@@ -0,0 +1,8 @@
1
+ python/rumdl/__init__.py,sha256=En6tBgSj-MMeUcBAV7HlMjfstzY6npWxZtsRa30hIj0,90
2
+ python/rumdl/__main__.py,sha256=6JiDzauqRloCD8LQ_edF-T_RHmoiTWLyMvHjqARL05s,1879
3
+ python/rumdl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
+ rumdl-0.0.140.data/scripts/rumdl,sha256=_WISZ-LGBCKF_hnmbW-8-c4A2W2l_TlkicYX4qdoV_8,4850720
5
+ rumdl-0.0.140.dist-info/METADATA,sha256=J4eJaZESdS6nzpxKx7_UYk_krl4L_3Alns0gc85eM4E,27948
6
+ rumdl-0.0.140.dist-info/WHEEL,sha256=Yqsb0k8hEnts4-GFW6qs76xwAwEWBszylHqFV7U972E,101
7
+ rumdl-0.0.140.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
8
+ rumdl-0.0.140.dist-info/RECORD,,
Binary file
@@ -1,8 +0,0 @@
1
- python/rumdl/__init__.py,sha256=En6tBgSj-MMeUcBAV7HlMjfstzY6npWxZtsRa30hIj0,90
2
- python/rumdl/__main__.py,sha256=6JiDzauqRloCD8LQ_edF-T_RHmoiTWLyMvHjqARL05s,1879
3
- python/rumdl/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
4
- rumdl-0.0.138.data/scripts/rumdl,sha256=OCowy2vjnYc6sH_ABw-Y3qDdwc1Xazf2UIqXHIGZDk4,4834192
5
- rumdl-0.0.138.dist-info/METADATA,sha256=Gm_WrDVPRV2DDuBdMuTs4rU_IC3AFacQzwUZmw7igWk,27307
6
- rumdl-0.0.138.dist-info/WHEEL,sha256=Yqsb0k8hEnts4-GFW6qs76xwAwEWBszylHqFV7U972E,101
7
- rumdl-0.0.138.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
8
- rumdl-0.0.138.dist-info/RECORD,,