Use local Python renderer for previews

This commit is contained in:
2026-08-11 00:32:11 +01:00
parent da89bb60f1
commit 01a6a99777
3 changed files with 18 additions and 51 deletions
+2 -2
View File
@@ -151,7 +151,7 @@ def build_markdown(records: list[dict[str, Any]]) -> str:
lines.append("")
lines.append(f"- Base items: {len(records)}")
lines.append(f"- Rename variants: {total_cases}")
lines.append("- Render mode: pluggable")
lines.append("- Render mode: local Python renderer")
lines.append("")
lines.append("Sections are sorted by the item they are generated from.")
@@ -389,7 +389,7 @@ def build_html(records: list[dict[str, Any]]) -> str:
<div class="stats">
<div class="stat"><span>Base items</span><strong>{len(records)}</strong></div>
<div class="stat"><span>Rename variants</span><strong>{total_cases}</strong></div>
<div class="stat"><span>Render mode</span><strong>pluggable</strong></div>
<div class="stat"><span>Render mode</span><strong>local Python renderer</strong></div>
</div>
</section>
<section class="grid">