markdown2html-converter
markdown2html-converter copied to clipboard
A tool for converting a Markdown file to a single HTML file with built-in CSS and JS.
In mathjax when you write: ``` `sqrt3+pi` ``` it would convert to this text as asciimath. but rather i don't know why, but it converts into ``` sqrt3+pi ``` please...
CSS matches system color mode, but `highlight.js` does not. This makes it such that code blocks have very low contrast when using dark mode. Here is an example:  ...
For use with temporary input / scripting, I would prefer a way of simply piping in the markdown via standard input.
It will be great if math equations surrounded with $$ can be supported!
Hi, dear @magiclen! Are you planning to create a release of your program for Windows/MacOS? Tell me, what kind of help do you need? I suggest for writing github action:...
Thanks for this code. Adding mermaid support through https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.min.js
As per the default comment in the `.gitignore` file, it is recommended that if you're building a binary and not just making library, that you remove `Cargo.lock` from `.gitignore`. https://github.com/magiclen/markdown2html-converter/blob/665545f1cd5240c14cf9bf468e40551b6cb146b7/.gitignore#L89-L91...
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. Release notes Sourced from actions/checkout's releases. v5.0.0 What's Changed Update actions checkout to use node 24 by @salmanmkc in actions/checkout#2226 Prepare v5.0.0 release by...