Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
markdown slides proof test
Browse files Browse the repository at this point in the history
  • Loading branch information
bketelsen committed Jul 28, 2021
1 parent 63ef6fe commit 2b7de2f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/encoding/markdown/markdown_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,13 @@ key1: value
key2: value2
---
My Body
---
Body Line 2`
expected := `key1: value
key2: value2
body: |
My Body
---
Body Line 2
`
output, err := ToYAML(in)
Expand Down

0 comments on commit 2b7de2f

Please sign in to comment.