summaryrefslogtreecommitdiff
path: root/src/block.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/block.rs')
-rw-r--r--src/block.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/block.rs b/src/block.rs
index a11d356..1d6ac60 100644
--- a/src/block.rs
+++ b/src/block.rs
@@ -15,6 +15,6 @@ pub enum Block {
Note(Vec<Line>),
Table(Table),
Break,
- Embedded { label: String, path: String },
+ Embed { label: String, path: String },
Fragment { language: String, content: String },
}