flex-md 4.4.6 → 4.4.7

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.
Files changed (2) hide show
  1. package/README.md +18 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -685,6 +685,24 @@ Empty sections:
685
685
  - If a section is empty, write `None`.
686
686
  ```
687
687
 
688
+ ### 6. 📝 Complete Example
689
+
690
+ Here is a full real-world example from a security analysis tool:
691
+
692
+ ```markdown
693
+ ## Output format
694
+ - Executive Summary — text (required)
695
+ Brief overview of findings.
696
+ - Critical Vulnerabilities — ordered list (required)
697
+ - Remediation Plan — text (required)
698
+
699
+ Tables:
700
+ - (Component, Severity, Fix — table)
701
+
702
+ Empty sections:
703
+ - If a section is empty, write `None`.
704
+ ```
705
+
688
706
  ## Migration from v3.0
689
707
 
690
708
  v4.0 is **100% backwards compatible** with v3.0. All existing code continues to work.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "flex-md",
3
- "version": "4.4.6",
3
+ "version": "4.4.7",
4
4
  "description": "Parse and stringify FlexMD: semi-structured Markdown with three powerful layers - Frames, Output Format Spec (OFS), and Detection/Extraction.",
5
5
  "license": "MIT",
6
6
  "author": "",