zero-md icon indicating copy to clipboard operation
zero-md copied to clipboard

Ridiculously simple zero-config markdown displayer

Results 14 zero-md issues
Sort by recently updated
recently updated
newest added

Following https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/, there might be greater use of mermaid overall. How can one go about adding official `mermaid` block support to `zero-md`?

enhancement

please mention in the documentation the event `zero-md-marked-ready` and the tip of using `new marked.Renderer()` while passing options to add features to the marked library. The way it is now...

documentation

Does anyone have custom style with `code`, `syntax` same as github? ie. same `code` background color, `syntax` color, etc... as github

help wanted

Hi, actually, github markdown emoji (https://gist.github.com/rxaviers/7360908) are not working for me. Is it correct? Do you think to add emoji in future release? Thanks for you work!

> Hi there! > I hope you're doing great. Just checking in to see how things are going with the next version of zero-md. I'm pretty excited about the idea...

enhancement

I was parsing [this](https://github.com/AdityaPrasad275/Leetcode_DSA/blob/main/Linked%20Lists/Copy%20List%20with%20random%20pointer.md) md file which happens to be in Linked List folder (which itself is in root). Now when making that md, here's the tag i used ``...

Thank you for this useful library. Is there a simple way to display table of content in the page? I see two closed PR related to TOC https://github.com/zerodevx/zero-md/pull/27 https://github.com/zerodevx/zero-md/pull/28

Hi, I have found another small issue that I don't know how to fix. I am using Mathjax with `zero-md`. I included at the top: ``` window.ZeroMdConfig = { cssUrls:...

If you use the headers in Cyrillic, the anchor links written to them will not scroll the page to the desired h tag. ``` [latin anchor link works](#latin-header) [cyrillic anchor...

enhancement