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
-**Markup:** MarkdownToHTML, HTMLToMarkdown, MarkdownToLinks - content format conversion
83
85
-**Note:** Many more processors exist in `src/processors/`. Always search for existing processors before creating new ones. Use `Glob` to find processors: `src/processors/**/*.js`
84
86
85
87
**Creating New Processors:**
@@ -93,7 +95,21 @@ Transmissions is a message-driven pipeline framework where:
93
95
- Use `super.getProperty(ns.trn.propertyName, defaultValue)` for configuration
0 commit comments