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.
- package/README.md +18 -0
- 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