Skip to content

External Markdown doesn't work in reveal.js-2.4.0 #559

@paulvi

Description

@paulvi

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

reveal-markdonw-error

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions