esciencecenter-digital-skills / research-software-support

Content for the Research Software Support platform
https://esciencecenter-digital-skills.github.io/research-software-support/
Other
0 stars 3 forks source link

Return slides markdown to .md extension and fix blank slides #82

Closed raar1 closed 1 month ago

raar1 commented 1 month 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.

Also remove the extra "---" present in many of the decks that causes a blank slide to appear.

raar1 commented 1 month ago

@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.

JaroCamphuijsen commented 1 month ago

Works for me!