-
Notifications
You must be signed in to change notification settings - Fork 6.6k
Allow Markdown in separate md file #813
Copy link
Copy link
Open
Description
One idea I've had when creating slides with Markdown is to allow to put the Markdown text into a separate file. The impress html presentation would reference the file and its contents would be added as text content for the element. Something like:
<div id="ext-markdown" class="step slide markdown" data-rel-x="0" data-rel-y="900" data-markdown-file="content.md">
This would enable a use case where you can have an empty impress.js html presentation as a template and engine, and the úser creating the slides just writes the content.md file.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels