diff options
Diffstat (limited to 'src/block.rs')
-rw-r--r-- | src/block.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/block.rs b/src/block.rs index 1d6ac60..3ae39bf 100644 --- a/src/block.rs +++ b/src/block.rs @@ -13,6 +13,7 @@ pub enum Block { Paragraph(Line), List(Vec<Line>), Note(Vec<Line>), + Math(String), Table(Table), Break, Embed { label: String, path: String }, |