Skip to content

Commit

Permalink
yamd test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Lurk committed Sep 26, 2024
1 parent 37bc912 commit 84f79e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/parser/yamd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,10 @@ _I_
%}
+
-
![](
```
Expand Down Expand Up @@ -218,6 +222,8 @@ end"#;
Embed::new("cloudinary_gallery", "cloud_name&tag",).into(),
Collapsible::new("collapsible", vec![]).into(),
Collapsible::new("one more collapsible", vec![]).into(),
Paragraph::new(vec![String::from("+").into()]).into(),
Paragraph::new(vec![String::from("-").into()]).into(),
Paragraph::new(vec![String::from("![](").into()]).into(),
Paragraph::new(vec![String::from("```").into()]).into(),
Paragraph::new(vec![String::from("end").into()]).into()
Expand Down

0 comments on commit 84f79e5

Please sign in to comment.