Skip to content

Commit

Permalink
Use non-default slide separators to make distinction with frontmatter…
Browse files Browse the repository at this point in the history
… clear

Co-authored-by: Jaro Camphuijsen <[email protected]>
  • Loading branch information
raar1 and JaroCamphuijsen authored May 31, 2024
1 parent d022195 commit 0f63d53
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Slides.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<div class="slides flex h-full w-full">
<section
data-markdown
data-separator="^\r?\n---\r?\n$"
data-separator="^\r?\n===\r?\n$"
data-separator-vertical="^\r?\n==\r?\n$"
data-separator-notes="^Note:"
>
{{ stripFrontmatter(slidescontent) }}
Expand Down

0 comments on commit 0f63d53

Please sign in to comment.