added pandoc as renderer

This commit is contained in:
2026-02-08 18:03:05 -05:00
parent a56cd665b0
commit 164cb5d980
6 changed files with 33 additions and 9 deletions

View File

@@ -11,7 +11,7 @@ Root directory manifest (`.wp-materialize.json`):
"categories": { "content": ["Systems", "Infrastructure"], "inherit": true },
"tags": { "content": ["automation", "wordpress"], "inherit": true },
"author": { "content": ["editorial"], "inherit": true },
"renderer": "py-gfm",
"renderer": "pandoc",
"subdirectories": { "content": ["design", "notes"], "inherit": true },
"files": {
"post.md": {
@@ -21,7 +21,7 @@ Root directory manifest (`.wp-materialize.json`):
},
"essay.md": {
"use_heading_as_title": { "level": 1, "strict": true },
"renderer": "default",
"renderer": "py-gfm",
"created_on": "2025-01-10 09:30",
"last_modified": "2025-02-14 16:45"
}