markserv icon indicating copy to clipboard operation
markserv copied to clipboard

🏁 serve markdown as html (GitHub style), index directories, live-reload as you edit

Results 48 markserv issues
Sort by recently updated
recently updated
newest added

Hello: it would be nice if you could support wiki link markdown extension: Simple example: ```markdown [[Hello, world]] points to "Hello, world.md" ``` examples and specs can be found here:...

The same rule that makes sure that images are scaled down to the size of the article, should also apply to videos.

Front Matter if often used to add metadata to Markdown documents, like in [Jekyll](https://jekyllrb.com/docs/front-matter/), [Gatsby](https://www.gatsbyjs.com/docs/how-to/routing/adding-markdown-pages/) or [Hugo](https://gohugo.io/content-management/front-matter/). That Front Matter should not be rendered when rendering the Markdown document. Would...

after receive the message "Could not find the language 'mermaid', did you forget to load/include a language module?", I did not find howto add new language module.

## Issue description When i type ``` markserv -p 8000 -a 0.0.0.0 folder/README.md ``` Server actually expose all the files into folder. ### Images **Serve command** ![server](https://images2.imgbox.com/11/70/4pwpoSGU_o.png) **Serve command** ![server](https://images2.imgbox.com/d6/02/crVX8EVT_o.png)...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

``` Markserv boot: starting Markserv... (node:21738) [DEP0128] DeprecationWarning: Invalid 'main' field in '/home/.../.config/yarn/global/node_modules/implant/package.json' of 'implant'. Please either fix that or report it to the module author (Use `node --trace-deprecation ...`...

I'm using Markserv quite a lot and find it really useful to serve my markdown files through a Docker container. - Added Dockerfile with local files build - Added docker-compose...

Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project. #### Changes included in this PR - Changes to the following...

## Issue description I started markserv by running `readme &> /dev/null &`. My project structure looks like this: ``` . ├── docs │   ├── images │   │   └── diagram.svg │  ...