-
-
Notifications
You must be signed in to change notification settings - Fork 16.8k
Closed
Description
External Markdown doesn't work in reveal.js-2.4.0 from https://github.com/hakimel/reveal.js/releases
<div class="slides">
<section data-markdown="markdown.md" data-separator="^\n\n\n" data-vertical="^\n\n"></section>
markdown.md file is
## Test1
test2
I get error
ERROR: The attempt to fetch markdown.md failed with the HTTP status 0. Check your browser's JavaScript console for more details.
Remember that you need to serve the presentation HTML from a HTTP server and the Markdown file must be there too.
In web console
[16:05:05.726] not well-formed @ file:///C:/Users/weibl/git/businessmodelsharing/reveal.js/markdown.md:2
From REAME.md
External Markdown
You can write your content as a separate file and have reveal.js load it at runtime. Note the separator arguments which determine how slides are delimited in the external file.
<section data-markdown="example.md" data-separator="^\n\n\n" data-vertical="^\n\n"></section>What is the problem with external Makrdown?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
