Switching back to SVG but specifying both width and height of mermaid diagram

This commit is contained in:
Aaron Rosenzweig
2025-10-07 23:17:06 -04:00
parent 6db9079627
commit 2cb3fb3ca1

View File

@@ -128,7 +128,7 @@ All right! Lets find out what all these bits of code are doing!
### 1.5: Rendering Data
<img width="500px" src="/tutorials/blaze/assets/mermaid-diagram-blaze-rendering.png"/>
<img width="688px" height="499px" src="/tutorials/blaze/assets/mermaid-diagram-blaze-rendering.svg"/>
Meteor parses HTML files and identifies three top-level tags: `<head>`, `<body>`, and `<template>`.