You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/markdown-patterns/README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,9 @@
3
3
Pattern-based configuration engine with query matching capabilities
4
4
5
5
## What is it for?
6
-
7
-
This package provides a powerful pattern engine that allows you to organize configuration data in markdown files and query them using sophisticated matching logic. It's perfect for creating rule-based systems, configuration hierarchies, and pattern-matching workflows.
6
+
- Matches markdown files based on provided entry data
7
+
- Supports hierarchical pattern inheritance
8
+
- Supports custom query engines and schema validation
0 commit comments