markdown-to-html-github-style icon indicating copy to clipboard operation
markdown-to-html-github-style copied to clipboard

Generate a simple HTML page based on a markdown file, that looks like GitHub's stylesheet

Results 14 markdown-to-html-github-style issues
Sort by recently updated
recently updated
newest added

Hi, when I generate HTML from the following page: ```` ``` Type : Extensible Order: Significant Root : Yes ``` ```` I get: ![grafik](https://user-images.githubusercontent.com/5758799/215753947-86fa51d5-c91a-412d-a138-688d8d260dea.png) 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...