Use local Python renderer for previews
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user