docs: center diagram images in native model client dev note#483
docs: center diagram images in native model client dev note#483
Conversation
Wrap non-hero images in text-align:center divs so they display centered on wide monitors instead of left-aligned. Made-with: Cursor
Greptile SummaryThis PR centers four diagram images in the native model client dev note by wrapping them in
No functional or correctness issues found.
|
| Filename | Overview |
|---|---|
| docs/devnotes/posts/owning-the-model-stack.md | Wraps four architecture diagram images in <div style="text-align: center;" markdown> containers for centered display; hero image intentionally left unchanged; uses correct md_in_html syntax with proper blank lines inside divs |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
A["Markdown source\n{ style=max-width:75% }"] --> B["md_in_html extension\n(mkdocs.yml line 178)"]
B --> C{"Wrapped in\ndiv markdown?"}
C -- "Before this PR\n(no wrapper)" --> D["Browser renders img\nleft-aligned on wide screens"]
C -- "After this PR\ndiv style=text-align:center markdown" --> E["text-align:center\napplied to parent div"]
E --> F["Browser centers inline img\ninside paragraph block"]
F --> G["Image centered on wide monitors ✓"]
D -.->|"hero image\n(intentionally unchanged)"| H["Full-width hero\nleft-aligned by design"]
Reviews (1): Last reviewed commit: "docs: center diagram images in native mo..." | Re-trigger Greptile
📋 Summary
Centers the four diagram images in the native model client dev note so they display properly on wide monitors instead of being left-aligned.
🔄 Changes
🔧 Changed
<div style="text-align: center;" markdown>containers inowning-the-model-stack.md(native-model-client-layers, aimd-concurrency-over-time, throttle-keying, retry-boundary)🤖 Generated with AI
Made with Cursor