zero-md
zero-md copied to clipboard
Ridiculously simple zero-config markdown displayer
I would like to use [AnchorJS] with zero-md. [AnchorJS]: https://github.com/bryanbraun/anchorjs This adds the little anchors to headings, so you can click them to link to the heading from elsewhere. e.g.,...
Bumps [ejs](https://github.com/mde/ejs) from 3.1.9 to 3.1.10. Release notes Sourced from ejs's releases. v3.1.10 Version 3.1.10 Commits d3f807d Version 3.1.10 9ee26dd Mocha TDD e469741 Basic pollution protection 715e950 Merge pull request...
I want to override the copy-to-clipboard functionality provided by zero-md with my custom code can I do that? I am rendering everything inside
Using zero-md and using custom styling inside template tags creates a large vertical gap above the rendered markdown.
## Motivation Offline usages
I tried the following markdown `[[email protected]](mailto:[email protected])` It was rendered as a http link with the last part of the email address as the href. I expected that the mailto: scheme...
When a base64 encoded image is in the inline markdown it is not rendering. If the same markdown is in external .md file, it works fine **This works** ``` import...
Great product! Thank you. I've used Google Docs to export markdown files into a website. This works well but for one issue: Adding a table of contents. Unfortunately, Google Docs...