allmark
allmark copied to clipboard
A cross-platform markdown web server
On CentOS 7, I get this after the clone. Ideas? $ make go build -o bin/files/allmark ./cli cli/allmark.go:10:2: cannot find package "github.com/andreaskoch/allmark/common/config" in any of: /usr/lib/golang/src/github.com/andreaskoch/allmark/common/config (from $GOROOT) ($GOPATH not...
Hi, I am trying to install allmark on Ubuntu 16.04.6. It downloaded an html page, not a binary file. I tried to install allmark in /usr/local/bin using the curl procedure....
I added name to "DomainName" but still looks as "http://127.0.0.1/", how can i fix it?
…ks to add borders to tables use mermaid like this in markdown files: ```mermaid graph TD A[Christmas] -->|Get money| B(Go shopping) B --> C{Let me think} C -->|One| D[Laptop] C...
Hello, Thanks for your work it's really nice. However it would be even nicer if we could set a context path to serve our content like 'http://localhost/my-context-path' Regards,
Hi, I tried to serve a markdoc folder, but when a run allmark, I got a "newline unexpected" error ``` user@host $ cd docs user@host/docs $ allmark serve /usr/local/bin/allmark: 2:...
I have a directory like this: dir/ README.md a.md b.md c.md I have links in README.md linking to other md files e.g. now checkout [a.md](a.md) Those links (a.md) are not...
Clicking on the link downloads the file "allmark_windows_amd64" without extension, but 7zip can view the contents. Running the powershell command from the main page nets a connection error. ``` PS...
The command provided for Linux is not working properly ...