markdown-styles
markdown-styles copied to clipboard
Markdown to static HTML generator and multiple CSS themes for Markdown
I would like to use this tool to generate a static documentation site. I have a bunch of md-files in a folder: ``` file1.md file2.md ... ... ``` Now I...
Can you bump the deps? ``` === npm audit security report === ┌──────────────────────────────────────────────────────────────────────────────┐ │ Manual Review │ │ Some vulnerabilities require your attention to resolve │ │ │ │ Visit...
It would be nice to have an option on the `generate-md` command to have only one html output file with css styles packed in. The css files should be concatenated...
For my local repositories I'm using the GitHub standard of writing my `ReadMe.md` file to the root of the repository. Currently, when I write `generate-md --input . --output .html --layout...
I referenced an image using a relative URL: `path\to\image.png`. This path isn't updated when `--input` and `--output` folders differ. Please, update relative links in MD files appropriately.
Hello, when adding a numeration in my headings the generated toc href links do not remove the "." in the tag. e.g. heading: ``` 3.1 Some text ``` toc: ```...
Like the `github` theme, would it be possible to have a dark version of this based on the dark GitHub theme called `github-dark`?
``` generate-md --layout github --input "./md" --output "./dist" PAUSE ``` HTML files are generated perfectly. However, PAUSE doesn't run.
 Like this will produce,  Is it possible ?
I am using .md's and markdown-styles to document my own language and am wanting no specified language on the ``` to produce no syntax highlighting what so ever. I am...