Skip to content

How to preview a Markdown file? #253

@cryptoeraser

Description

@cryptoeraser

Hi,

I would like to have one of my server configs to be able to preview and live-reload a Markdown file. How can I achieve this result?

readme: {
                options: {
                    hostname: 'localhost',
                    port: 3002,
                    base: {
                        path: '.',
                        options: {
                            index: 'README.md'
                        },
                    },
                    livereload: true
                }
            },

I tried this, but it obviously is not working. This is the end result I am trying to achieve.
https://youtu.be/fc45xgh45dM

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions