Add Markdown HTML publication

This commit is contained in:
2026-05-31 02:28:48 +00:00
parent e296361042
commit 5408f14195
21 changed files with 628 additions and 47 deletions

16
examples/local-html.yml Normal file
View File

@@ -0,0 +1,16 @@
pipelines:
- id: example-html-bundle
source:
backend: local
path: examples/source-bundle
destinations:
- id: local-html
backend: local
path: workspace/published/html-bundle
publish:
source: false
html: true
transform:
markdown_to_html:
enabled: true
mode: sidecar