mirror of
https://github.com/meteor/meteor.git
synced 2026-01-09 07:38:15 -05:00
Switching back to SVG but specifying both width and height of mermaid diagram
This commit is contained in:
@@ -128,7 +128,7 @@ All right! Let’s 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>`.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user