rumdl 0.0.139__py3-none-macosx_11_0_arm64.whl → 0.0.141__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.
- rumdl-0.0.141.data/scripts/rumdl +0 -0
- {rumdl-0.0.139.dist-info → rumdl-0.0.141.dist-info}/METADATA +15 -1
- rumdl-0.0.141.dist-info/RECORD +8 -0
- rumdl-0.0.139.data/scripts/rumdl +0 -0
- rumdl-0.0.139.dist-info/RECORD +0 -8
- {rumdl-0.0.139.dist-info → rumdl-0.0.141.dist-info}/WHEEL +0 -0
- {rumdl-0.0.139.dist-info → rumdl-0.0.141.dist-info}/licenses/LICENSE +0 -0
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rumdl
|
|
3
|
-
Version: 0.0.
|
|
3
|
+
Version: 0.0.141
|
|
4
4
|
Classifier: Development Status :: 4 - Beta
|
|
5
5
|
Classifier: Environment :: Console
|
|
6
6
|
Classifier: Intended Audience :: Developers
|
|
@@ -674,6 +674,20 @@ rumdl import --dry-run .markdownlint.json
|
|
|
674
674
|
|
|
675
675
|
For comprehensive documentation on global settings (file selection, rule enablement, etc.), see our [Global Settings Reference](docs/global-settings.md).
|
|
676
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
|
+
|
|
677
691
|
### Configuration File Example
|
|
678
692
|
|
|
679
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.141.data/scripts/rumdl,sha256=UT1ljJviokdjV5HjlsSvkpqBJcb34g2eMvigpXankps,4867296
|
|
5
|
+
rumdl-0.0.141.dist-info/METADATA,sha256=6Pa99Hb1RjE-05yJtUnxcESqIedPjjz-_ruAilF9Qu4,27948
|
|
6
|
+
rumdl-0.0.141.dist-info/WHEEL,sha256=Yqsb0k8hEnts4-GFW6qs76xwAwEWBszylHqFV7U972E,101
|
|
7
|
+
rumdl-0.0.141.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
|
|
8
|
+
rumdl-0.0.141.dist-info/RECORD,,
|
rumdl-0.0.139.data/scripts/rumdl
DELETED
|
Binary file
|
rumdl-0.0.139.dist-info/RECORD
DELETED
|
@@ -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.139.data/scripts/rumdl,sha256=aXK4AOZC1cnURTfJkINGvhExUDbrwe2lKbRbYNWIFMg,4834240
|
|
5
|
-
rumdl-0.0.139.dist-info/METADATA,sha256=tRSs39MEKcGf19INe1hFh0U3GdAaKs9wCbRtS-cd11M,27309
|
|
6
|
-
rumdl-0.0.139.dist-info/WHEEL,sha256=Yqsb0k8hEnts4-GFW6qs76xwAwEWBszylHqFV7U972E,101
|
|
7
|
-
rumdl-0.0.139.dist-info/licenses/LICENSE,sha256=Ux7uE0WuoLktCyy3w5lLIz3_6dc47R0qauPN30mz13M,1079
|
|
8
|
-
rumdl-0.0.139.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|