Closed raar1 closed 5 months ago
Review and merge https://github.com/esciencecenter-digital-skills/NEBULA/pull/51 first.
This renames all "slides" type markdown files to use the standard .md extension (instead of .pmd). It is no longer needed after merging https://github.com/esciencecenter-digital-skills/NEBULA/pull/51 which now checks the type in the frontmatter.
"slides"
.md
.pmd
Also remove the extra "---" present in many of the decks that causes a blank slide to appear.
@JaroCamphuijsen This PR now uses the new slide separator (===) and works when I tested it locally. If it works for you then we can merge this one too.
===
Works for me!
Review and merge https://github.com/esciencecenter-digital-skills/NEBULA/pull/51 first.
This renames all
"slides"
type markdown files to use the standard.md
extension (instead of.pmd
). It is no longer needed after merging https://github.com/esciencecenter-digital-skills/NEBULA/pull/51 which now checks the type in the frontmatter.Also remove the extra "---" present in many of the decks that causes a blank slide to appear.