- Tutorials
- Official logo
- Tools
- Other tools, not directly markdown
- License
Use this mark to identify Markdown. https://dcurt.is/the-markdown-mark.
Checks that all of the hyperlinks in a markdown text to determine if they are alive or dead.
The tool has a CLI mode so it's possible to scan one file markdown-link-check ./README.md
or an entire folder find . -name \*.md -exec markdown-link-check {} \;
(find will search any .md
file and run the tool for each retrieved file).
CSV to markdown converter.
Convert a Google Doc to Markdown or HTML. This free Docs add-on converts a Google Doc to simple Markdown and/or HTML.
HTML to markdown converter.
Markdown to HTML converter
- Online converter
Online interface where we can upload a pdf
document and receive back a markdown content. Quite good.
Bookmarklet that will allow to convert a web page to a markdown document.
Excel to markdown converter
Stylesheets for Markdown to HTML conversion.
Generation of diagram and flowchart from text in a similar manner as markdown http://mermaid-js.github.io/mermaid/.
There is an online editor: https://mermaid-js.github.io/mermaid-live-editor/.
Using the mermaid-cli tool it's possible to convert a markdown file into an image so, using mermaid-cli, it's possible to write a batch script and convert flows into images at once.
Note: if you're using pandoc, there are filters: https://github.com/raghur/mermaid-filter.
Demos:
Lorem Markdownum is a lorem ipsum generator for markdown.
A Node.js style checker and lint tool for Markdown/CommonMark files.
This tool will verify the quality of any markdown files and can auto-fix some violations too.
There is an extension for Visual Studio code.
Write a bullet list in markdown and convert it into a svg
file.
Not yet tried: https://www.npmjs.com/package/markmap-cli. That tools seems to convert the markdown file with markmap into a HTML page. It isn't said how the mindmap is rendered (svg, png, ...)?
This tool will duplicate a folder (the new folder with be prefixed by an underscore) and convert any .md
files (whatever the folder's structure) and will convert to .html
. The new folder will have an index.html
page and a navigation tree so you can browse your content directly from a browser.
- Run
npm install -g markdown-folder-to-html
to install the tool globally - Go to a folder where you've markdown files like a wiki project f.i. (let's say
c:\christophe\wiki\your-project
) - In the root folder run
markdown-folder-to-html .
to convert the entire folder to HTML files. You'll then get a copy intoc:\christophe\wiki\_your-project
- Open a browser and surf to
c:\christophe\wiki\_your-project
.
reveal.js on steroids! Get beautiful reveal.js presentations from any Markdown file
A simple, in-browser, markdown-driven slideshow tool. http://remarkjs.com
Highlight: you can copy/paste data from Excel and this site generates the markdown rendering for this table.
Generate HTML & PDF documentation from you Github wiki or any other markdown-based wiki.
Diagram generation tool. The language isn't markdown but a very easy language. Images are generated on-the-fly and can be exported as a SVG file.