markdown-to-html-github-style
markdown-to-html-github-style copied to clipboard
Generate a simple HTML page based on a markdown file, that looks like GitHub's stylesheet
Hi, when I generate HTML from the following page: ```` ``` Type : Extensible Order: Significant Root : Yes ``` ```` I get:  Where does the _hljs_ come from?...
Dear Felix, Thank you for providing this repository! For our bioinformatics work at the DRESDEN-concept Genome Center, we started to write Markdown files to provide READMEs to our collaborators. We...
One of my favorite features of GH markdown is footnotes. Here's an [example article of mine](https://github.com/oconnor663/jacko.io/blob/safety_and_soundness/blog/safety_and_soundness.md) that makes extensive use of them. Would it be possible to add support for...
Currently special chars like ' or ™ are not rendered correctly in HTML.
To make sure it's fully compatible, we could make simple web requests to the [GitHub markdown API](https://developer.github.com/v3/markdown/) This will generate just the HTML code, not the CSS necessary
- Parse command line arguments for input/output files and title - Read/Write files out of current directory
Use `target=_blank` for all links that link to another domain. This will require knowledge of its own domain, for absolute URLs going to its own domain. Might be good enough...