Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to preview a Markdown file? #253

Open
cryptoeraser opened this issue Dec 17, 2018 · 0 comments
Open

How to preview a Markdown file? #253

cryptoeraser opened this issue Dec 17, 2018 · 0 comments

Comments

@cryptoeraser
Copy link

cryptoeraser commented Dec 17, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant