Conversation
I need a tool that can generate self-contained HTML pages from #Markdown with different styles.

markdown-styles looks really close, but I wonder if there are alternatives (preferably not requiring NodeJS):

https://github.com/mixu/markdown-styles
4
0
0

@buherator don't know if it meets your requirement, but i know at least quiet a few people who are very happy with ... and its writen in ;) https://jaspervdj.be/hakyll/

1
0
0
@singe Pandoc would be great but I'm yet to find a project that provides nice styles *and* documents how to use them with Pandoc.
1
0
0

@buherator Hugo might be overkill, but that's what it does?

0
1
0
@alios @troed I think static site generators are overkill for my use-case: I don't want to edit config files or maintain a Git repo. The optimal solution would be a command line utility that takes a style name and one .md file and outputs one HTML file, simple as that.
0
0
1
@troed @singe Yes, in case of Pandoc I think a nice collection of unified styles would be great. pandoc-templates.org is a good start, but each template works differently as they are maintained by several people for several purposes.
1
0
0
@hibbittsdesign This is a great service but I'm looking for something completely offline.
0
0
1